Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:20:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(month==2 && (year%4==0&&year%100!=0) || year%400==0) ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1023 某月的天数
- 语言
- C++
- 递交时间
- 2021-12-04 20:27:02
- 评测时间
- 2021-12-04 20:27:02
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 380.0 KiB