Problem 4
CodeChefOpen on judge ↗
Write a C code which does the addition of two integers without using the '+' operator. (Level 1) Input: Two integers (N1 and N2) Output: Single positive integral value Constraints : 1Sample Input00: 1 1 Sample Output00: 2 Sample Input01: 12345 123 Sample Output02: 12468
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start