from decimal import * D = int(input()) price = Decimal(D) * Decimal(1.08) print(float(price))