文章目錄

原题链接 http://projecteuler.net/problem=16

Power digit sum

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?

幂方的数字和

215 = 32768,它的所有数字的和是 3 + 2 + 7 + 6 + 8 = 26.

求数21000所有数字的和

解答:

没想到好的方法,只好暴力了。

 

打赏作者

文章目錄