Run ID:1805
提交时间:2020-11-16 18:41:33
#include<iostream> using namespace std; int main(){ long a,b; cin>>a>>b; cout<<b<<" "<<a<<endl; return 0; }