a = gets.to_f b = gets.split.map(&:to_i) c = b.inject {|sum, n| sum + n }.to_f puts ans = (c / a).round(1)