import java.util.*; public class minabsdiff { public static void main(String[] args) { Scanner kb = new Scanner(System.in); HashSet lel = new HashSet(); PriorityQueue nums = new PriorityQueue(); int l = kb.nextInt(); for(int i = 0; i