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
DESCRIPTION
To check if the given number is a special number or not.
For example, 1729 is a special number since, when its digits are added together, produces a sum that, when multiplied by its reversal, yields the original number:
1 + 7 + 2 + 9 = 19
19 × 91 = 1729
CHECKLIST
I have checked the existing issues.
I am a GSSOC'24 contributor.
SCREENSHOT
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
DESCRIPTION
To check if the given number is a special number or not.
For example, 1729 is a special number since, when its digits are added together, produces a sum that, when multiplied by its reversal, yields the original number:
1 + 7 + 2 + 9 = 19
19 × 91 = 1729
CHECKLIST
SCREENSHOT
The text was updated successfully, but these errors were encountered: