运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
589856 | songchengqian | 1042 - 协助工作 | 编译错误 | 0 | 0 MS | 0 KB | C | 390 | 5个月前 |
Main.c: In function 'main':
Main.c:14:34: error: expected ';' before '\U0000ff1b'
14 | printf("Just do it.");
| ^~
| ;
Main.c:18:41: error: expected ';' before '\U0000ff1b'
18 | printf("We have a problem.");
| ^~
| ;
Main.c:9:9: warning: unused variable 'n' [-Wunused-variable]
9 | int n;
| ^