N=int(input()) A=list(map(int,input().split())) if N>=100: N=100 A=A[:N] B=[1<