Your task is to take some chocolates from N different rooms. Each room contains Pi number of chocolates of the same or different brands. You are given an integer K.
Write a program to determine whether you can visit each room and find K different brands of chocolates.
Input format
Output format
For each test case, print Yes or No depending upon the result.
Constraints
1≤T≤5
1≤N≤102
1≤K≤103
1≤Pi≤102
1≤ Length of the strings ≤10
You can select two (K=2) distinct brands of chocolate. Therefore, 'Yes'.