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