首页
技术
登录
6mi
u
盘
搜
搜 索
技术
7-19 求“厉害”数 (20分)
7-19 求“厉害”数 (20分)
技术
2024-05-25
77
n=int(input()) for i in range(1,(10**n)//2): s=0 temp=i while i!=0: s+=(i%10)**5 i=i//10 if temp==s: print(temp)
转载请注明原文地址:https://ipadbbs.8miu.com/read-49562.html
最新回复
(
0
)