l=[];3.times{|i|l[i]=gets.chomp};s=l[2].split.map &:to_i;c=0;n=l[0].to_i;s.sort.each{|w|n-=w;if n<0then p c;exit(0) end;c+=1};p c