w,h,c=gets.split puts (0...h.to_i).map{|i|("BW"*(w.to_i+2))["BW".index(c)+i%2,w.to_i]}