h,n=map(int,input().split()) c=1 for _ in range(n-1): if int(input())>h:c+=1 if 0