sum = gets.to_i.times.map{gets.to_f}.inject(:+) puts sprintf "%.10f", sum