Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:6:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(year % 100 != 0 && year %4 ==0|| year % 400 == 0){ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /in/foo.cc: At global scope: /in/foo.cc:18:1: error: expected unqualified-id before 'return' return 0; ^~~~~~ /in/foo.cc:19:1: error: expected declaration before '}' token } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1003 判断闰年
- 语言
- C++
- 递交时间
- 2021-09-20 21:45:07
- 评测时间
- 2021-09-20 21:45:07
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes