#include #include int main( void ){ int N; if(!scanf( "%d", &N )) return -1; printf("1 %d\n", N); return 0; }