记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(x%4==0 and x%100!=0 or x%400==0)
      ~~~~~~~^~~~~~~~~~~~
/in/foo.cc:25:5: error: expected '}' at end of input
     }
     ^

信息

递交者
类型
递交
题目
某年某月有几天
语言
C++
递交时间
2018-05-27 10:14:49
评测时间
2018-05-27 10:14:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes