#include #include #include #include #include #include #include #include #include #include using namespace std; int main(){ int w, h; char c, c_other, ans[50][50]; cin >> w >> h >> c; if(c=='W'){ c_other='B'; } else { c_other='W'; } for(int i=0; i