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