首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
poj1006_Biorhythms
】的更多相关文章
poj1006_Biorhythms
英语真差劲啊,看题目没看明白,无奈重新开始手抄题目,突然发现一句话 “For each cycle,you will be given the number of days form the beginning of the current year at which one of its peaks occurs. " 看到这句才反应过来应该把前三个值分别取余,好笨啊! #include <stdio.h> #include <math.h> int main(){ i…