gets x=gets.split.map(&:to_i) p x.uniq.sort.each_cons(2).map{|i,j|(i-j).abs}.min||0