运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
414655 | chen9 | 1035 - A+B 输入输出练习 III | 编译错误 | 0 | 0 MS | 0 KB | C++ | 220 | 2年前 |
Main.cc: In function ‘int main()’:
Main.cc:8:9: warning: unused variable ‘n’ [-Wunused-variable]
8 | int n, a, b;
| ^
Main.cc:16:13: error: expected ‘}’ at end of input
16 | return 0;
| ^
Main.cc:6:1: note: to match this ‘{’
6 | {
| ^