记录详情

Compile Error

foo.c: In function 'main':
foo.c:12:13: error: 'else' without a previous 'if'
   12 |             else if(x%2==0)
      |             ^~~~
foo.c:12:18: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   12 |             else if(x%2==0)
      |                  ^~
foo.c:14:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   14 |                 ++a;
      |                 ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 19:45:22
评测时间
2022-08-15 19:45:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes