2017-03-06 Project Euler 16 / 2^(1000) の各位の数字の和 001-100 2^(1000) の各位の数字の和を求めよ。Problem 16 - Project Euler IntegerDigitsで各位の数字を並べたリストを作って,総和を求めれば終わり。