记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def f(x):
 ^~~
/in/foo.c: In function 'f':
/in/foo.c:1:9: error: expected declaration specifiers before ':' token
 def f(x):
         ^
/in/foo.c:1:5: warning: type of 'x' defaults to 'int' [-Wimplicit-int]
 def f(x):
     ^
/in/foo.c:12:1: warning: control reaches end of non-void function [-Wreturn-type]
 print(ans)
 ^~~~~

信息

递交者
类型
递交
语言
C
递交时间
2019-04-03 17:11:40
评测时间
2019-04-03 17:11:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes