#include int main(void) { char c[2]; int w, h, i, j, s = 0; scanf("%d%d%s", &w, &h, &c); for (i = 0; i < h; i++) { for (j = 0; j < w; j++) { printf("%s", s % 2 ? *c == 66 ? "W" : "B" : c); s++; } w % 2 ? 0 : s++; puts(""); } return 0; }