记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (a > b)
     ^~
/in/foo.c:7:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      b=b;
      ^
/in/foo.c:8:6: error: 'else' without a previous 'if'
      else{
      ^~~~
/in/foo.c:12:8: error: expected '}' before 'else'
        else{
        ^~~~
/in/foo.c:16:10: error: expected '}' before 'else'
          else{
          ^~~~
/in/foo.c: At top level:
/in/foo.c:23:3: error: expected identifier or '(' before '}' token
   }
   ^
/in/foo.c:24:5: error: expected identifier or '(' before 'return'
     return 0;
     ^~~~~~
/in/foo.c:25:1: error: expected identifier or '(' before '}' token
 }
 ^

信息

递交者
类型
递交
语言
C
递交时间
2024-10-21 22:41:45
评测时间
2024-10-21 22:41:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes