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