#include <bits/stdc++.h> using namespace std; int a,b; int main() { cin>>a>>b; cout<<b<<" "<<a; return 0; }
使用您的 aoj 通用账户