Problem2398--Nice Grid

2398: Nice Grid

[Creator : ]
Time Limit : 2.000 sec  Memory Limit : 1024 MB

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.

Sample Input Copy

3 5

Sample Output Copy

black

HINT

Source/Category

 AtCoder