Run ID:126293
提交时间:2025-07-17 16:15:26
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }