L=int(input()) N=int(input()) W=list(map(int,input().split())) newW=sorted(W) cnt=0 for i in range(N): if L