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