运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
607032 | FFFzzH123 | 1188 - L05-05 大小对调 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 420 | 4个月前 |
Main.cc: In function 'int main()':
Main.cc:12:13: error: 'l' was not declared in this scope
12 | for(l=0;l<5;l++)
| ^
Main.cc:19:13: error: 'l' was not declared in this scope
19 | for(l=0;l<i;l++)
| ^
Main.cc:31:9: error: 'k' was not declared in this scope
31 | k=a[m];
| ^
Main.cc:35:13: error: 'l' was not declared in this scope
35 | for(l=0;l<i;l++)
| ^