| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 153682 | 刘凌瑄 | 输出信息 | C++ | Compile Error | 0 MS | 0 KB | 115 | 2026-05-23 17:45:46 |
#include<bits/std.c++> using namespace std; int main() { cout<<This a program<<endl; retturn 0; }
Main.cc:1:23: fatal error: bits/std.c++: No such file or directory
#include
^
compilation terminated.