import strutils let n = readLine(stdin) if n == "0": echo 0 else: echo n,"0"