| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133846 | 魏筱骏 | 01简单换行输出 | Python3 | Compile Error | 0 MS | 0 KB | 129 | 2025-10-22 19:22:49 |
#include<iostream> //导入头文件 using namespace std; int main(){ cout<<123<<endl; cout<<456; return 0; }
File "Main.py", line 2
using namespace std;
^
SyntaxError: invalid syntax