#消費税2 from decimal import Decimal D = Decimal(input()) r = Decimal("1.08") print(D * r)