提交时间:2024-04-30 13:12:36

运行 ID: 144997

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }