from decimal import Decimal print (input()*Decimal(1.08)).quantize(Decimal('.01'))