N = gets.to_i if N == 1 puts 101 exit end A = gets.split.map(&:to_i) S = A.sum puts (S + 100) / N - (S - 1) / N