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