| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 101028 | 杜洛雨泽 | 13分苹果 | C++ | Compile Error | 0 MS | 0 KB | 173 | 2024-12-14 12:45:07 |
# include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ int z,y=0; cin>>z; for(int i=1;i<=z;i++){ y+=i; } cout<<y; return 0; }
Main.cc:2:20: fatal error: windows.h: No such file or directory
#include
^
compilation terminated.