max_num=int(input()) input() a=[int(i) for i in input().split()] a.sort() count=0 while max_num>0 and count