运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
427718 | xboo | 1087 - 一鸣师姐的作业题 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 253 | 2年前 |
Main.cc: In function ‘int main()’:
Main.cc:13:4: error: ‘t’ was not declared in this scope
13 | t=n%10;
| ^
Main.cc:22:8: error: ‘i’ was not declared in this scope
22 | cout<<i<<endl;
| ^