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