记录详情

Compile Error

/in/foo.c:35:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
/in/foo.c: In function 'main':
/in/foo.c:48:1: error: expected declaration or statement at end of input
 }
 ^
/in/foo.c: In function 'prime':
/in/foo.c:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
1-1 改错题
语言
C
递交时间
2019-09-16 17:34:06
评测时间
2019-09-16 17:34:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes