#P1331E. Jordan Smiley

    ID: 5285 Type: RemoteJudge 1000ms 256MiB Tried: 0 Accepted: 0 Difficulty: (None) Uploaded By: Tags>*special problemdfs and similargeometryimplementation

Jordan Smiley

No submission language available for this problem.

Description

The input contains two integers rowrow, colcol (0row,col630 \le row, col \le 63), separated by a single space.

Output "IN" or "OUT".

Input

The input contains two integers rowrow, colcol (0row,col630 \le row, col \le 63), separated by a single space.

Output

Output "IN" or "OUT".

Samples

Sample Input 1

0 0

Sample Output 1

OUT

Sample Input 2

27 0

Sample Output 2

IN

Sample Input 3

0 27

Sample Output 3

OUT

Sample Input 4

27 27

Sample Output 4

IN