#include using namespace std; int main(){ ios::sync_with_stdio(false); int w, h; char c; cin >> w >> h >> c; c = (c=='B') ? 1 : -1; for(int i=0; i