Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
913 | 王彦皓 | 12输出3的倍数 | C++ | Compile Error | 0 MS | 0 KB | 123 | 2023-05-27 15:10:01 |
#include <iostream> using namespace std; int main(){ int i; for(i=1;i<=100;i3+){ cout<<i<<endl; } return 0; }
Main.cc: In function 'int main()': Main.cc:5:17: error: 'i3' was not declared in this scope for(i=1;i<=100;i3+){ ^ Main.cc:5:20: error: expected primary-expression before ')' token for(i=1;i<=100;i3+){ ^