运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
469019 | Zhenye | 1035 - A+B 输入输出练习 III | 编译错误 | 0 | 0 MS | 0 KB | C++ | 182 | 1年前 |
Main.cc: In function ‘int main()’:
Main.cc:5:5: error: ‘wbile’ was not declared in this scope
5 | wbile(1){
| ^~~~~
Main.cc:4:9: warning: unused variable ‘a’ [-Wunused-variable]
4 | int a,b;
| ^
Main.cc:4:11: warning: unused variable ‘b’ [-Wunused-variable]
4 | int a,b;
| ^