Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:8:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 8 | if((year%4==0&&year/100!=0||year%400==0)&&(year<=b)){ | ~~~~~~~~~^~~~~~~~~~~~~ /in/foo.cc:13:18: error: expected '}' at end of input 13 | return 0; | ^ /in/foo.cc:3:11: note: to match this '{' 3 | int main(){ | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1182 闰年祝福
- 比赛
- 2025程序设计与竞赛作业赛第一场(整装出发)
- 语言
- C++
- 递交时间
- 2025-09-27 18:47:21
- 评测时间
- 2025-10-03 02:05:11
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes