n,g,v = gets.split.map(&:to_i) yen = n / 5 gsum = yen * g ans = gsum.to_f / v.to_f p ans