let s = readLine stdin if s == "0": echo 0 else: echo s & '0'