Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
7 | if (x%4==0&x%100!=0&x%400==0)
| ~~~^~~
/in/foo.cc:7:30: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
7 | if (x%4==0&x%100!=0&x%400==0)
| ~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 判断闰年
- 语言
- C++
- 递交时间
- 2025-10-29 20:21:03
- 评测时间
- 2025-10-29 20:21:03
- 评测机
- 分数
- 40
- 总耗时
- 9ms
- 峰值内存
- 532.0 KiB