Accepted
foo.cc: In function 'bool isleap(int)': foo.cc:5:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(n%4==0&&n%100!=0||n%400==0) return true; ~~~~~~^~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 求n个闰年年份
- 比赛
- Python基础习题第2部分
- 语言
- C++
- 递交时间
- 2021-04-03 20:58:19
- 评测时间
- 2021-04-03 20:58:19
- 评测机
- 分数
- 100
- 总耗时
- 21ms
- 峰值内存
- 384.0 KiB