| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 132810 | 岑思烁 | 12for循环练习III | C++ | Compile Error | 0 MS | 0 KB | 141 | 2025-10-12 12:16:04 |
#include<bits/stdc++.h> using namespace std; int main (){ int i; cin>>i; for( i=1;i<=100;i++A){ cout<<i<<" "; } return 0; }
Main.cc: In function 'int main()':
Main.cc:6:21: error: expected ')' before 'A'
for( i=1;i<=100;i++A){
^
Main.cc:6:21: error: 'A' was not declared in this scope