def abs(x);x>=0 ? x : -x;end n=gets.to_i m=0 gets.split(" ").map(&:to_i).sort!.inject{|r,d| m = abs(r-d) if r!=d && (m==0 || abs(r-d)