| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 128745 | 李折曦 | 15加到第几项 | C++ | Compile Error | 0 MS | 0 KB | 149 | 2025-08-19 14:35:58 |
#include<bits/stdc++.h> using namespace std; int main(){ int i= 0,sum1=0; while(sum1<=1000){ i++; sum1+=i; } cou<<i; return 0; }
Main.cc: In function 'int main()': Main.cc:9:2: error: 'cou' was not declared in this scope cou<