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