#include using namespace std; int main() { int H,W; cin >> W >> H; char w; cin >> w; bool ok = true; if(w=='W') ok = false; for(int i=0; i