记录详情

Compile Error

foo.cc: In function 'int rn(int)':
foo.cc:4:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    4 |  if(x%400==0||x%4==0&&x%100!=0) return 1;
      |               ~~~~~~^~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:16:10: error: expected primary-expression before ')' token
   16 |  else if()
      |          ^
foo.cc:16:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   16 |  else if()
      |         ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
5-6 过去了多少天
比赛
2022暑期青少年社团(入门赛)
语言
C++
递交时间
2022-07-28 21:59:35
评测时间
2022-07-28 21:59:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes