游客 Signup | Login
中文 | En

3508 - 编程计算(3)

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

 打印所有的“水仙花数”。所谓水仙花数,是指一个三位数,其各位数字的立方和等于该数本身。例如,153是“水仙花数,因为153=13+33+53。

Input

无输入

Output

输出所有的水仙花数。

Examples

Input Format

no input needed

Output Format

153
370
371
407