#P171H. A polyline

    ID: 6794 Type: RemoteJudge 2000ms 256MiB Tried: 0 Accepted: 0 Difficulty: (None) Uploaded By: Tags>*special problemimplementation*1700

A polyline

No submission language available for this problem.

Description

The input contains two integers a, b (1 ≤ a ≤ 10, 0 ≤ b ≤ 2a - 1) separated by a single space.

Output two integers separated by a single space.

Input

The input contains two integers a, b (1 ≤ a ≤ 10, 0 ≤ b ≤ 2a - 1) separated by a single space.

Output

Output two integers separated by a single space.

Samples

1 0

0 0

2 15

3 0

4 160

12 12