Accepted
foo.cc: In function 'int main()':
foo.cc:24:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(y%400==0||y%4==0&&y%100!=0)
                  ~~~~~~^~~~~~~~~~
foo.cc:34:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(y%4!=0||y%100==0&&y%400!=0)
                ~~~~~~~~^~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1109 OO1-3 日期类Date
 - 语言
 - C++
 - 递交时间
 - 2021-11-19 18:36:01
 - 评测时间
 - 2021-11-19 18:36:01
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 8ms
 - 峰值内存
 - 384.0 KiB