The first line of the input contains two integersand
, denoting the length of the sequence
and the number of operations.
The second line of the input containsintegers
.
If it is possible to make the sequenceconsists of
zeros in no more than
operations, print "Yes", otherwise print "No" (without quote).