#include using namespace std; int main(int argc, char *argv[]) { int64_t C; cin >> C; cout << 1 << " " << C << endl; return 0; }