运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
414491 李熠烜 1035 - A+B 输入输出练习 III 编译错误 0 0 MS 0 KB C++ 241 2年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:14:20: error: expected ‘;’ before ‘for’
14 | }while(a!=0&&b!=0)
| ^
| ;
15 | for(int j=1;j<=i;j++)
| ~~~