Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Output Example for Digit Manipulation (December 08) #15

Open
the-ai-developer opened this issue Dec 8, 2024 · 0 comments
Open

Comments

@the-ai-developer
Copy link

the-ai-developer commented 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-ai-developer 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant