#406 birds same distance N=int(input()) x=[int(i) for i in input().split()] x.sort() i=0 while x[i+1]-x[i]!=0 and x[i+2]-x[i+1]==x[i+1]-x[i] and i