Runtime Error
foo.cc: In function ‘int monthday(int, int)’: foo.cc:7:18: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 7 | if(y%4==0&&y%100==0||y%400==0) | ~~~~~~^~~~~~~~~~ foo.cc: In function ‘int main()’: foo.cc:19:18: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 19 | if(y%4==0&&y%100==0||y%400==0) | ~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2881 时间跨越2025.3GESP2级T2
- 语言
- C++
- 递交时间
- 2025-09-15 18:55:00
- 评测时间
- 2025-09-23 07:24:19
- 评测机
- 分数
- 0
- 总耗时
- 29ms
- 峰值内存
- 764.0 KiB