// yukicoder No.809 #include using namespace std; int main() { int n; cin >> n; cout << 1 << " " << n << "\n"; return 0; }