运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
643828 | Y1614824396_fdsf | 1004 - 反转三位数整数 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 293 | 14天前 |
Main.cc: In function 'int main()':
Main.cc:14:14: error: expected '}' at end of input
14 | return 0;
| ^
Main.cc:5:11: note: to match this '{'
5 | int main(){
| ^