import strutils, sequtils let ab = readLine(stdin).split (a, b) = (ab[0], ab[1]) echo "$1 $2" % [b, a]