n, g, v = gets.split.map(&:to_i) n /= 5 ans = n*g.to_f/v puts sprintf("%.11f", ans)