from decimal import Decimal n, g, v = map(Decimal, input().split()) print(g * n * Decimal("0.2") / v)