s = input() if s == "0": print(s) else: print(s+"0")