Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:29:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(a%4==0&&a%100!=0||a%400==0)
~~~~~~^~~~~~~~~~
/in/foo.cc:34:1: error: expected '}' at end of input
}
^
信息
- 递交者
- 类型
- 自测
- 题目
- P1019 补丁VS错误
- 语言
- C++
- 递交时间
- 2017-06-09 13:02:39
- 评测时间
- 2017-06-09 13:02:39
- 评测机
- 分数
- 0
- 总耗时
- 331ms
- 峰值内存
- 29.715 MiB