#include using namespace std; #include using namespace __gnu_pbds; template inline bool chmax(T& a, T b) { if (a < b) { a = b; return 1; } return 0; } template inline bool chmin(T& a, T b) { if (a > b) { a = b; return 1; } return 0; } #define rep(i,n) for (int i = 0; i < (n); ++i) typedef long long ll; typedef unsigned long long ull; typedef long double ld; using P=pair; using tp=tuple; const int INF=1001001001; const ll INFL=1e18; const ll mod=998244353; void solve(){ int n,m; string s; cin>>n>>m>>s; int N=2*(n+m); dequet; for(int i=N-1;i>=0;i--){ if(s[i]=='A')t.push_front(i); else if(s[i]=='W'){ if(t.empty()){ cout<<"No"<i){ cout<<"No"<