#include using namespace std; int n; int main(){ scanf("%d",&n); printf("%d %d\n",1,n); return 0; }