let n = readLine stdin echo if n == "0": "0" else: n & "0"