| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150208 | xyc | 12for循环练习II | C++ | Compile Error | 0 MS | 0 KB | 99 | 2026-03-23 17:12:06 |
include<iostream> using namespace std; int main(){ for(int i,j;i<j;i++){ cout<<i<<endl; } }
Main.cc:1:1: error: 'include' does not name a type include ^ Main.cc: In function 'int main()': Main.cc:5:2: error: 'cout' was not declared in this scope cout<