#include using namespace std; int main(){ int c;cin>>c; printf("%d %d",1,c); }