n, g, v = [int(i) for i in input().split(" ")]

print(g * (n // 5) / v)