# your code goes here #406 birds same distance N=int(input()) x=[int(i) for i in input().split()] x.sort() #print(x) i=0 while i