Memory Exceeded
foo.cc: In function ‘int year(int)’:
foo.cc:5:15: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
    5 | return (y%4==0&&y%100!=0||y%400==0)?1:0;
      |         ~~~~~~^~~~~~~~~~
foo.cc: In function ‘int year3(int, int, int, int, int, int)’:
foo.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
   26 | }
      | ^
  正在同步测试数据,请稍后
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1058 OO1-4 日期类Date
 - 语言
 - C++
 - 递交时间
 - 2024-03-29 12:35:44
 - 评测时间
 - 2024-03-29 12:35:44
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥159ms
 - 峰值内存
 - ≥16.016 MiB