Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
150692 rsx 13分苹果 C Compile Error 0 MS 0 KB 137 2026-03-30 16:35:55

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int w,e; cin>>w; e=0; for(int x=1;x<=w;x++){ e=e+x; } cout<<e; }


Run Info:

Main.c:1:20: fatal error: iostream: No such file or directory
 #include 
                    ^
compilation terminated.