#include int main(){ long long C; std::cin >> C; std::cout << C << " " << 1 << std::endl; return 0; }