#include using namespace std; int main() { int c, a, b; cin >> c; a = 1; b = c; cout << a << " " << b; }