# coding: utf-8 # Here your code ! x = int(input()) x *= 108 x *= 100 print(x)