Trivial

Input
The input contains two integers a,b(0≤a,b≤32), separated by a single space.
Output
Print a single integer.
Example 1
Input
1 1
0
Example 2
Input
3 7
0
Example 3
Input
13 10
1

The input contains two integers a,b(0≤a,b≤32), separated by a single space.
Print a single integer.
1 1
0
3 7
0
13 10
1
Comments0
No comments yet
Be the first to comment.
New comment
Log in to join the discussion.