#include int main() { int C; if (scanf("%d", &C) != 1) { return 1; } printf("%d %d", 1, C); return 0; }