Problem3274--QR code

3274: QR code

Time Limit: 2 Sec  Memory Limit: 256 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
Input

The input contains two integers a1,a2 (0≤ai≤32), separated by a single space.

Output

Output a single integer.

Examples
Input
1 1
Output
0
Input
3 7
Output
0
Input
13 10
Output
1

Source/Category