记录详情

Compile Error

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

信息

递交者
类型
递交
题目
括号检查
语言
C
递交时间
2017-11-03 20:52:40
评测时间
2017-11-03 20:52:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes