Time 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)’:
foo.cc:36:1: warning: no return statement in function returning non-void [-Wreturn-type]
36 | }
| ^
正在同步测试数据,请稍后
信息
- 递交者
- 类型
- 递交
- 题目
- P1059 OO1-3 日期类Date
- 语言
- C++
- 递交时间
- 2024-03-29 13:12:44
- 评测时间
- 2024-03-29 13:12:44
- 评测机
- 分数
- 0
- 总耗时
- ≥5336ms
- 峰值内存
- ≥1.066 MiB