#include int main() { using std::cin; using std::cout; using std::endl; int W,H; char C; std::cin >> W >> H >> C; char notC; if(C=='B') { notC='W'; } else { notC='B'; } for(int i=0; i