N, G, V = map(int, raw_input().split()) coin = N / 5 gas = G * coin print "{:.12f}".format(float(gas)/float(V))