Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:8: warning: statement has no effect [-Wunused-value]
for (s;s<=e;s++)
^
/in/foo.cc:9:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if (s%4==0&& s%100!=0|| s%400==0)
~~~~~~^~~~~~~~~~~
/in/foo.cc:14:11: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
cout<<cnt;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P2579 求闰年1级2 2023年模拟题
- 比赛
- GESP1级 考前练习
- 语言
- C++
- 递交时间
- 2024-11-24 19:59:51
- 评测时间
- 2024-11-24 19:59:51
- 评测机
- 分数
- 100
- 总耗时
- 6ms
- 峰值内存
- 376.0 KiB