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