记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
     else
     ^~~~
/in/foo.cc:25:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
        return 0;
        ^~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:29:1: error: expected declaration before '}' token
 }
 ^

信息

递交者
类型
递交
题目
A5-1 超级素数判断
比赛
泰院2401程序设计基础作业赛第三场
语言
C++
递交时间
2024-11-04 16:44:42
评测时间
2024-11-04 16:44:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes