num = gets.to_i hoge = gets.split(' ').map(&:to_i) total = hoge.inject(:+) p total / num.to_f