#include using namespace std; typedef unsigned long long ull; typedef long long ll; int main(){ int w, h; char c[2]; cin >> w >> h >> c[0]; if(c[0]=='B') c[1]='W'; else c[1]='B'; for(int i=0; i