#include #include #include #include using namespace std; int main(){ int w, h; //w:column, h:row char c; cin>> w>> h>> c; char cc; if(c=='B'){ cc = 'W'; }else{ cc = 'B'; } for(int i=0; i