标签:面试题 面试 编程 color pre python 水仙花数 打印 div
1 for i in range(100,1000): 2 a=int(i/100) 3 b=int((i/10)%10) 4 c=int(i%10) 5 if i==(a**3+b**3+c**3): 6 print(i)
标签:面试题 面试 编程 color pre python 水仙花数 打印 div
原文地址:https://www.cnblogs.com/feihujiushiwo/p/10888573.html