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