import sequtils,strutils var N = stdin.readline.parseInt a,b : int a = 1 b = N - 1 echo a, " ", b