Accepted
foo.cc: In function 'int main()':
foo.cc:13:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   13 |                 if(year%4==0 && year%100!=0 || year%400==0)
      |                    ~~~~~~~~~~^~~~~~~~~~~~~~
foo.cc:18:15: warning: 'days' may be used uninitialized [-Wmaybe-uninitialized]
   18 |         cout<<days;
      |               ^~~~
foo.cc:5:24: note: 'days' was declared here
    5 |         int year,month,days;
      |                        ^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1023 某月的天数
 - 语言
 - C++
 - 递交时间
 - 2023-12-08 16:23:47
 - 评测时间
 - 2023-12-08 16:23:47
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 20ms
 - 峰值内存
 - 516.0 KiB