#include using namespace std; int main(){ int H,W; char a,b; cin >> W >> H >> a; if(a == 'B') b = 'W'; else b = 'B'; for(int i=0;i