#include #include #include using namespace std; int main() { string t, f; cin >> t >> f; cout << f << " " << t << endl; return 0; }