Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
119336 | 李林叡 | 12for循环练习II | C++ | Compile Error | 0 MS | 0 KB | 158 | 2025-05-17 14:13:17 |
#include<bits/stdc++.h> using namespace std; int main(){ int i,j; cin>>i>>j; for(int ij=i;ij<=j;ij=ij+1){ cout<<ij<<endi; } return 0; } vvvv
Main.cc: In function 'int main()': Main.cc:7:13: error: 'endi' was not declared in this scope cout<