记录详情

Compile Error

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

信息

递交者
类型
递交
题目
裴波那契数
语言
C
递交时间
2019-01-04 21:16:24
评测时间
2019-01-04 21:16:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes