#include using namespace std; int N; int A[6],B[6]; main() { cin>>N; for(;N--;) { for(int i=0;i<6;i++)cin>>A[i]; for(int i=0;i<6;i++)cin>>B[i]; string x;cin>>x; if(x!="WA") { cout<<(B[1]==0?"Yes":"No")<