Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
93895 | 贾雨泽 | 05交换数据 | C++ | Compile Error | 0 MS | 0 KB | 135 | 2024-10-19 15:09:17 |
#include<iostream> using namespace std; int main(){ int a,b; cout<<b<<" "<<a,; }
Main.cc: In function 'int main()': Main.cc:6:21: error: expected primary-expression before ';' token cout<