n, g, v = map(int, input().split()) a = g * (n // 5) print(f'{a / v : .12f}')