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