| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 141109 | 万麟峰 | 消消乐 | C++ | Compile Error | 0 MS | 0 KB | 152 | 2025-12-21 11:34:17 |
#include<bits/stdc++.h> using namespace std; int main(){ int a; for(a=100;a<=999;i++){ if(a%111==0){ cout<<a<<endl; } } return 0; }
Main.cc: In function 'int main()':
Main.cc:5:19: error: 'i' was not declared in this scope
for(a=100;a<=999;i++){
^