N, G, V = map(int, input().split()) print('{:.14}'.format(G * (N//5) / V))