Accepted
/in/foo.cc: In function 'int isLeap(int)': /in/foo.cc:6:31: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (year%400==0 || year%4==0 && year%100!=0) ~~~~~~~~~~^~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1046 生日日数
- 语言
- C++
- 递交时间
- 2021-12-29 16:27:22
- 评测时间
- 2021-12-29 16:27:22
- 评测机
- 分数
- 100
- 总耗时
- 19ms
- 峰值内存
- 428.0 KiB