Given two number,n and k, if the result of
is an odd number output "NO"(without quote), otherwise if it's an even number output "YES"(without quote)
The first line of the input contains an integer T (1≤T≤10),which is the number of test cases.
In each case, the first line of the input contains two number n and k (1<=k<n<=2e12)
output "YES" or "NO"(without quote)
1 1530169 1237
YES