x = input() if x != "0": print(x+"0") else: print(0)