Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(y%4==0&&y%100!=0||y%400==0)
~~~~~~^~~~~~~~~~
/in/foo.cc:10:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:12:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
return 0;
^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 判断闰年
- 比赛
- 2024.7.9暑期初级1班课堂练习
- 语言
- C++
- 递交时间
- 2024-07-09 09:26:11
- 评测时间
- 2024-07-09 09:26:11
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 380.0 KiB