Calculate the sum of two integers a and b without using the operators + and -.
Input: a=1, b=2 Output: 3 Input: a=2, b=3 Output: 5
Unlock hints progressively — start gentle, go deeper only if needed.
Level 1: Gentle Nudge
A subtle direction
Level 2: Approach
The algorithm to use
Level 3: Detailed
Step-by-step guidance
to save progress and use AI features