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