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