n=int(input()) a=list(map(int,input().split())) cnt=[0]*7 for i in a: cnt[i]+=1 ans=-1;res=0 for i in range(7,0,-1): if res