"Guys!!! Omda is coming in 5 minutes" said the battle's organizer. Till then let us tell you some things about this contest:
A subsequence is a sequence that can be derived from the given sequence by deleting zero or more elements without changing the order of the remaining elements.
The first line contains the number of test cases $$$T$$$ $$$(1 \leq T \leq 10^5)$$$.
The first line of each test case contains one integer $$$N$$$ $$$(1 \leq N \leq 10^9)$$$.
For each test case, print "Yes" (without quotes and case insensitive) if there is a solution for the problem and "No" otherwise.
3 2 420 42
Yes No No