from decimal import Decimal d = Decimal(input()) ans = d * Decimal("1.08") print(ans)