#include #include #include int main() { int p, q; std::cin >> p >> q; std::cout << q << ' ' << p << std::endl; }