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