n = gets.to_i ml,mr = [1,0].map {|v| (n - v) / 2 } s = gets.split.map(&:to_i).sort puts (s[ml] + s[mr]).to_f / 2