n,g,v=gets.split.map(&:to_i) n=n/5 reci=n*g/v recf=(n*g - reci*v).to_f/v puts sprintf("%d.%d\n",reci,(recf*10**10).to_i) exit