| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 129879 | 鄢晨曦 | 02简单输入输出 | C++ | Compile Error | 0 MS | 0 KB | 15505 | 2025-09-06 17:16:28 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"你好"<<endl; return 0; } #include<bits/stdc++.h>
Main.cc:7:15382: error: stray '#' in program
} #include
^
Main.cc:7:15383: error: 'include' does not name a type
}