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