运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
18295 | 李承泳 | 2267 - QAQ | 编译错误 | 0 | 0 MS | 0 KB | C | 189 | 1年前 |
Main.c:1:1: error: unknown type name 'def'
1 | def count_qaq(s):
| ^~~
Main.c: In function 'count_qaq':
Main.c:1:17: error: expected declaration specifiers before ':' token
1 | def count_qaq(s):
| ^
Main.c:1:5: warning: type of 's' defaults to 'int' [-Wimplicit-int]
1 | def count_qaq(s):
| ^~~~~~~~~
Main.c:10: warning: control reaches end of non-void function [-Wreturn-type]
10 | print(result)
|