#include using namespace std; int main() { int c; cin >> c; cout << 1 << " " << c << '\n'; return 0; }