| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150137 | 余建成 | 14报数拿糖 | C++ | Compile Error | 0 MS | 0 KB | 142 | 2026-03-22 12:08:38 |
#include<bits/stdc++.h> using namespace std; int main() { int n=0; for(int i=1;i<=100;i++) { n++ } return 0; }
Main.cc: In function 'int main()':
Main.cc:9:5: error: expected ';' before '}' token
}
^