记录详情

Compile Error

foo.cc: In function ‘int main()’:
foo.cc:27:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
   27 |         else
      |         ^~~~
foo.cc:28:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
   28 |                 cout<<"No";
      |                            ^
foo.cc:28:28: error: expected ‘}’ at end of input
foo.cc:4:11: note: to match this ‘{’
    4 | int main(){
      |           ^

信息

递交者
类型
递交
语言
C++
递交时间
2025-08-14 11:14:01
评测时间
2025-08-14 11:14:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes