| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 132546 | 李亭绪 | 15加到第几项 | C++ | Compile Error | 0 MS | 0 KB | 190 | 2025-10-08 19:50:03 |
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; int i=1,s=0; int main(){ while(s<1000) { s+=il; i++; } cout<<i; }
Main.cc: In function 'int main()':
Main.cc:10:5: error: 'il' was not declared in this scope
s+=il;
^