#D8142. Jordan Smiley

    ID: 6764 Type: Default 1000ms 256MiB

Jordan Smiley

Jordan Smiley

Input

The input contains two integers row, col (0 ≤ row, col ≤ 63), separated by a single space.

Output

Output "IN" or "OUT".

Examples

Input

0 0

Output

OUT

Input

27 0

Output

IN

Input

0 27

Output

OUT

Input

27 27

Output

IN

inputFormat

Input

The input contains two integers row, col (0 ≤ row, col ≤ 63), separated by a single space.

outputFormat

Output

Output "IN" or "OUT".

Examples

Input

0 0

Output

OUT

Input

27 0

Output

IN

Input

0 27

Output

OUT

Input

27 27

Output

IN

样例

0 0
OUT