$\ \ \ \ $Chaos August likes to study the lucky numbers.
$\ \ \ \ $For a set of numbers S,we set the minimum non-negative integer,which can't be gotten by adding the number in S,as the lucky number.Of course,each number can be used many times.
$\ \ \ \ $Now, given a set of number S, you should answer whether S has a lucky number."NO" should be outputted only when it does have a lucky number.Otherwise,output "YES".