project-euler

Power digit sum

Problem Description

215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.

What is the sum of the digits of the number 21000?

Performance

Try it online!

Real time: 0.438 s
User time: 0.360 s
Sys. time: 0.134 s
CPU share: 112.79 %
Exit code: 0