import decimal decimal.getcontext().prec = 4 D=decimal.Decimal(input()) print(decimal.Decimal(1.08)*D)