#include #include #include #include #include typedef long long ll; template void chmax(T& a,const T& b) { if(a T abs(const T& a) { if(a<0) return -a; else return a; } int main() { long long C; scanf("%lld", &C); printf("%lld %lld\n", 1, C); return 0; }