运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
630961 | yuanshen | 1027 - 阶乘不等式 | 编译错误 | 0 | 0 MS | 0 KB | C | 184 | 3个月前 |
Main.c:1:1: error: unknown type name 'def'
1 | def chengjie(n):
| ^~~
Main.c: In function 'chengjie':
Main.c:1:16: error: expected declaration specifiers before ':' token
1 | def chengjie(n):
| ^
Main.c:1:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
1 | def chengjie(n):
| ^~~~~~~~
Main.c:15: warning: control reaches end of non-void function [-Wreturn-type]