| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 141904 | 万明宇 | 12for循环练习I | C++ | Compile Error | 0 MS | 0 KB | 145 | 2025-12-29 16:21:15 |
#include<bit/stdc++.h> using namespace std; int main(){ int n,i; cin>>n; for(i=1;i<=n;i++){ cout<<i<<endl; } }
Main.cc:1:25: fatal error: bit/stdc++.h: No such file or directory
#include
^
compilation terminated.