Run ID:16027
提交时间:2021-07-21 16:51:47
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<" "<<a<<endl; return 0; }