1198 - 水仙花数

通过次数

22

提交次数

57

Time Limit : 1 秒
Memory Limit : 64 MB

打印出所有"水仙花数", 所谓水仙花数就是只一个三位数, 其各位数字立方和等于该数本身. 如153 = 13+53+33.

Input

Output

输出每个水仙数,每个输出一行。

Examples

Input


                            

Output


                            

Hint

总共有4个水仙花数。

Source

语言入门-基础练习