Accepted
/in/foo.cc: In member function 'void DATE::cal()': /in/foo.cc:22:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(y1%4==0&&y1%100!=0||y1%400==0) ~~~~~~~^~~~~~~~~~~ /in/foo.cc:43:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(y2%4==0&&y2%100!=0||y2%400==0) ~~~~~~~^~~~~~~~~~~ /in/foo.cc:57:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(i%4==0&&i%100!=0||i%400==0) ~~~~~~^~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1005 OO1-4 日期类Date
- 比赛
- 《面向对象程序设计方法》课程赛事1
- 语言
- C++
- 递交时间
- 2019-03-16 09:14:59
- 评测时间
- 2019-03-16 09:14:59
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 212.0 KiB