Problem Description

Input a and b (non-negative). Add them using bit operations only.

Input Format

One line: a b.

Output Format

One integer sum.

Sample Test Case

Input:
5 9
Output:
14

Constraints

0

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next