Sum of Two Integers

Try to solve the Sum of Two Integers problem.

Statement

Given two integers, a and b, return their sum without using the addition or subtraction operators.

Constraints: ...