20231119 - 水仙花数

通过次数

2

提交次数

2

Time Limit : 1 秒
Memory Limit : 128 MB

求100∼999中的水仙花数。若三位数ABC,ABC=A³+B³+C³,则称ABC为水仙花数。 例如153,1³+5³+3³=1+125+27=153,则153是水仙花数。

Input

Output

由小到大输出满足条件的数,每个数占一行。 假设需要输出两个数:119,100。需要输出以下形式: 100 119

Examples

Input

Output

Source

信奥赛