🦊大师难度

# 寻找水仙花数
/sbp test range(100,1000).filter(it.mod(10)**3+(it//10).mod(10)**3+(it//100)**3=it)
> [153, 370, 371, 407]

最后更新于