求助
查看原帖
求助
641846
pinchan楼主2022/3/3 11:38

n,m=map(int,input().split()) x=1 j=0 while x**m<=n: x=x+1 j=j+1 print(j) 第四个TKE

2022/3/3 11:38
加载中...