# coding: utf-8 # Your code here! N = int(input()) print(N*10)