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