import strutils let N = stdin.readLine.parseInt a1 = N div 2 a2 = N - a1 echo "$1 $2".format(a1, a2)