Description
Print the color of the cell at the R-th row from the top and C-th column from the left in the following grid with 15vertical rows and 15 horizontal columns.
(图片见提示)
Input
Input is given from Standard Input in the following format
Output
In the grid above, if the color of the cell at the R-th row from the top and C-th column from the left is black, then print black; if the cell is white, then print white. Note that the judge is case-sensitive.