定义一个十进制整数的各位数字的立方和为它的水仙花指数,给定一个整数,请计算它的水仙花指数。
例如 lns="http://www.w3.org/1998/Math/MathML">12341234 的水仙花指数为 lns="http://www.w3.org/1998/Math/MathML">13+23+33+43=1+8+27+64=10013+23+33+43=1+8+27+64=100。
153