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