n, g, v = map(int, input().split()) print(n * g / (5 * v))