通过次数
0
提交次数
打印所有的“水仙花数”。所谓“水仙花数”,是指一个三位数,其各位数字的立方和等于该数本身。例如,153是“水仙花数”,因为153=13+33+53。
无输入
输出所有的水仙花数。
no input needed
153 370 371 407