Wrong Answer
foo.cc: In function 'int rn(int)': foo.cc:40:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(year%4==0||year%400==0&&year%100!=0) ~~~~~~~~~~~^~~~~~~~~~~~~ foo.cc: In function 'int main()': foo.cc:20:6: warning: 'yearday' may be used uninitialized in this function [-Wmaybe-uninitialized] sum=sum+yearday; ~~~^~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 5-6 过去了多少天
- 比赛
- 2020苏青奥赛集训营(2021-4-3假期作业)
- 语言
- C++
- 递交时间
- 2021-04-03 22:35:40
- 评测时间
- 2021-04-03 22:35:40
- 评测机
- 分数
- 80
- 总耗时
- 10ms
- 峰值内存
- 384.0 KiB