n=int(input()) *a,=map(int,input().split()) a.sort() print(-1 if n<2 else 0 if len(set(a))==1 else min([a[i]-a[i-1] for i in range(1,n) if a[i-1]