记录详情

Compile Error

/in/foo.c: In function 'FindMax':
/in/foo.c:20:5: warning: 'main' is normally a non-static function [-Wmain]
 int main()
     ^~~~
/in/foo.c:27:1: error: expected declaration or statement at end of input
 }
 ^
At top level:
/in/foo.c:20:5: warning: 'main' defined but not used [-Wunused-function]
 int main()
     ^~~~

信息

递交者
类型
递交
比赛
泰院2405作业赛第一场
语言
C
递交时间
2024-10-22 08:33:46
评测时间
2024-10-22 08:33:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes