1001: C语言-水仙花数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:127 Solved:93

Description

打印出所有"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该本身。 例如:153是一个水仙花数,因为153=1^3+5^3+3^3。 Output:
153
???
???
??? 

Input


Output

所有的水仙花数,从小的开始。 每行一个

Sample Input Copy


Sample Output Copy