记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:12: error: 'A' was not declared in this scope
     if(d = A){
            ^
/in/foo.cc:11:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     }else
      ^~~~
/in/foo.cc:13:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
        m =b*60;
        ^
/in/foo.cc: At global scope:
/in/foo.cc:17:5: error: expected unqualified-id before 'return'
     return 0;
     ^~~~~~
/in/foo.cc:18:1: error: expected declaration before '}' token
 }
 ^

信息

递交者
类型
递交
语言
C++
递交时间
2023-12-02 21:02:27
评测时间
2023-12-02 21:02:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes