#include int main(){ int a,b=1,c; scanf("%d",&c); printf("%d %d",&b,&c); return 0; }