//No.543 命題 #include using namespace std; int main() { string a; string b; cin >> a; cin >> b; cout << b << " " << a << endl; return 0; }