d=int(input()) import decimal D=decimal.Decimal(d) M=decimal.Decimal("0.08") print(decimal.Decimal(D+D*M))