Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:11:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(((year%4==0&&year%100!=0&&op==2||year%400==0&&op==2))) ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /in/foo.cc:13:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] else if(year%4==0&&year%100==0&&year%400!=0&&op==2||year%4!=0&&op==2) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 某年某月有几天
- 语言
- C++
- 递交时间
- 2019-07-19 08:50:45
- 评测时间
- 2019-07-19 08:50:45
- 评测机
- 分数
- 100
- 总耗时
- 11ms
- 峰值内存
- 228.0 KiB