Run ID:86882

提交时间:2024-07-28 23:14:48

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