mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
Tighten up psf/black and flake8 (#2024)
* Tighten up psf/black and flake8 * Fix some tests * Fix some E741 * Fix some E741 * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@ -10,7 +10,7 @@ As 1 = 1^4 is not a sum it is not included.
|
||||
The sum of these numbers is 1634 + 8208 + 9474 = 19316.
|
||||
|
||||
Find the sum of all the numbers that can be written as the sum of fifth powers of their digits.
|
||||
|
||||
|
||||
(9^5)=59,049
|
||||
59049*7=4,13,343 (which is only 6 digit number )
|
||||
So, number greater than 9,99,999 are rejected
|
||||
|
Reference in New Issue
Block a user