eolymp
bolt
Try our new interface for solving problems
Problems

A + B in the binary system

A + B in the binary system

Calculate A + B in the binary system.

Input

Different lines contains in the binary system two non-negative integers A and B. The number of digits in each of the numbers does not exceed 1000.

Output

Print the sum A + B in binary notation.

Time limit 1 second
Memory limit 128 MiB
Input example #1
101
100
Output example #1
1001