import strutils let ab = readLine(stdin) (a, b) = (ab[0], ab[2]) echo [b, a].join(" ")