#include using namespace std; int Q,N,T; int A[8][8]; main() { cin>>Q; for(;Q--;) { cin>>N>>T; if(N==2) { if(T%2==0) { cout<<"Yes"<