from decimal import Decimal D = Decimal(input()) print(D * 108 / 100)