Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
105275 | 胡海峰老师 | 07交换数据II | Python3 | Compile Error | 0 MS | 0 KB | 146 | 2025-01-12 21:26:39 |
#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }
File "Main.py", line 2 using namespace std; ^ SyntaxError: invalid syntax