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