#P1331E. Jordan Smiley
Jordan Smiley
Description
The input contains two integers $row$, $col$ ($0 \le row, col \le 63$), separated by a single space.
Output "IN" or "OUT".
Input
The input contains two integers $row$, $col$ ($0 \le row, col \le 63$), separated by a single space.
Output
Output "IN" or "OUT".
0 0
27 0
0 27
27 27
OUT
IN
OUT
IN