Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:26:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (j % 4 == 0 && j % 100 != 0 || j % 400 == 0) ~~~~~~~~~~~^~~~~~~~~~~~~~~ /in/foo.cc:36:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (p[i].year % 4 == 0 && p[i].year % 100 != 0 || p[i].year % 400 == 0) ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1004 伊甸园日历游戏
- 语言
- C++
- 递交时间
- 2018-03-31 01:00:12
- 评测时间
- 2018-03-31 01:00:12
- 评测机
- 分数
- 0
- 总耗时
- 416ms
- 峰值内存
- 1.75 MiB