N = gets.to_i A = gets.split.map(&:to_i) S = A.sum puts (S + 100) / N - S / N