N, G, V = map(int, input().split()) print(G * (N // 5) / V)