Summation
CodeChefOpen on judge ↗
write a program to add two numbers ###Input: - First line will contain the first number - second line will contain the second number ###Output: output will be the sum of two numbers ###Sample Input: 1 2 ###Sample Output: 3 ###EXPLANATION: the first line of the input contains the first number the second line of the input contains the second number the next line will co
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