#include using namespace std; int main(){ int w,h;cin>>w>>h; string c;cin>>c; int q = c =="B" ? 1 : 0; for(int i=0;i