Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def isyeap (year):
 ^~~
/in/foo.c: In function 'isyeap':
/in/foo.c:1:18: error: expected declaration specifiers before ':' token
 def isyeap (year):
                  ^
/in/foo.c:1:5: warning: type of 'year' defaults to 'int' [-Wimplicit-int]
 def isyeap (year):
     ^~~~~~
/in/foo.c:11:1: warning: control reaches end of non-void function [-Wreturn-type]
 print(sum(months[0:n[1]-1]) + n[2])
 ^~~~~

信息

递交者
类型
递交
题目
给出年、月、日,计算该日是该年的第几天
题目数据
下载
语言
C
递交时间
2018-07-06 14:35:06
评测时间
2018-07-06 14:35:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes