Run ID:130019
提交时间:2025-09-07 12:29:20
#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }