import sys readline=sys.stdin.readline N=int(readline()) ans=N*10 print(ans)