L=int(input()) cnt=int(input()) num=sorted(list(map(int,input().split()))) blk=0;total=0 for i in range(cnt): total+=num[i] if L