You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @august-2004@ss1705@SVCE-ACM!
I noticed an error in the example output for the Digit Square Sum Problem.
For N=12, the explanation shows:
10 → 1,
11 → 4,
12 → 5.
And the total adds up to 295.
But the correct calculation is:
10 → 1,
11 → 2,
12 → 5.
And the total should be 293.
Looks like the addition for 11 was wrongly taken as 4 instead of 2. Please check and update!
Thanks,
J.Prince Raj (the-ai-developer)
The text was updated successfully, but these errors were encountered:
the-ai-developer
changed the title
Issue in Output Example for Digit Square Sum Problem
Issue in Output Example for Digit Manipulation (December 08)
Dec 8, 2024
Hey @august-2004 @ss1705 @SVCE-ACM!
I noticed an error in the example output for the Digit Square Sum Problem.
For N=12, the explanation shows:
10 → 1,
11 → 4,
12 → 5.
And the total adds up to 295.
But the correct calculation is:
10 → 1,
11 → 2,
12 → 5.
And the total should be 293.
Looks like the addition for 11 was wrongly taken as 4 instead of 2. Please check and update!
Thanks,
J.Prince Raj (the-ai-developer)
The text was updated successfully, but these errors were encountered: