Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:47: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   11 |                         res+=months[2]+(y%4==0&&y%100||y%400==0);
      |                                         ~~~~~~^~~~~~~
/in/foo.cc:17:9: error: 'return0' was not declared in this scope
   17 |         return0;
      |         ^~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1029 A1-4 循环结构练习:今年过去了多少天
 - 语言
 - C++
 - 递交时间
 - 2025-06-08 15:45:37
 - 评测时间
 - 2025-06-08 15:45:37
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes