l=int(input()) n=int(input()) w=list(map(int,input().split())) width_left=l w=list(sorted(w)) for i in range(n): if width_left