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