x=input() a=int(x) if a==0: print(0) else: print(a*10)