project-euler

Self powers

Problem Description

The series, 11 + 22 + 33 + … + 1010 = 10405071317.

Find the last ten digits of the series, 11 + 22 + 33 + … + 10001000.

Performance

Try it online!

Real time: 0.532 s
User time: 0.378 s
Sys. time: 0.151 s
CPU share: 99.45 %
Exit code: 0