← All problemsSign in

THE LAST SUM

Problem description. You have been given a number. Your job is to find the sum of its digits until the sum is a single digit number. Input Input is a single number 'n'. Output Output is a single digit numeral.. Constraints - 119 Example Input: 5670813215 Output: 2 Explanation Example case 1. 5+6+7+0+8+1+3+2+1+5=38 3+8=11 1+1=2

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.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start