import sys input = sys.stdin.readline N, = map(int, input().split()) print(N * 10)