Compile Error

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

信息

递交者
类型
递交
题目
最小生成元
题目数据
下载
语言
C
递交时间
2018-07-06 15:06:29
评测时间
2018-07-06 15:06:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes