记录详情

Compile Error

/in/foo.cc: In function 'void Match(char*)':
/in/foo.cc:48:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (isEmpty(&stack))
    ^~
/in/foo.cc:51:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     return;
     ^~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:57:2: error: expected unqualified-id before 'if'
  if (isEmpty(&stack))
  ^~
/in/foo.cc:60:4: error: expected unqualified-id before 'else'
  } else {
    ^~~~

信息

递交者
类型
自测
语言
C++
递交时间
2024-12-03 21:24:05
评测时间
2024-12-03 21:24:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes