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