Accepted
foo.cc: In function 'int main()':
foo.cc:20:25: warning: statement has no effect [-Wunused-value]
   20 |                     for(i;i<=n1;i++)
      |                         ^
foo.cc:21:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   21 |                     if(i%400==0||i%4==0&&i%100!=0) s++;
      |                                  ~~~~~~^~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1625 闰年祝福
 - 语言
 - C++
 - 递交时间
 - 2023-05-13 22:47:00
 - 评测时间
 - 2023-05-13 22:47:00
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 17ms
 - 峰值内存
 - 332.0 KiB