Digit fifth powers: Difference between revisions

m
→‎{{header|Ring}}: corrected output
m (→‎{{header|Ring}}: corrected output)
Line 13:
sumList = []
limitStart = 10000
limitEnd = 99999199999
 
for n = limitStart to limitEnd
Line 38:
working...
The sum of all the numbers that can be written as the sum of fifth powers of their digits:
54748 + 92727 + 93084 + 194979 = 240559435538
done...
</pre>