from decimal import Decimal d = int(input()) print(d * Decimal('1.08'))