Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
259 ZRH 05交换数据 C++ Compile Error 0 MS 0 KB 318 2022-07-22 14:47:47

Tests(0/0):


Code:

#include<iostream> //输入函数库 #include<iomanip> #include<cmath> //数学函数库 #include<cstdio> #include<ctime> #include<cstring> #include<cstdlib> #include<string> #include<stdlib.h> #include<sys/time.h> using namespace std; int main(){ int a,b; cin>>a>>b cout<<b<<a; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:16:2: error: expected ';' before 'cout'
  cout<b<<a;
  ^