import math x=1 i=0 while x!=0: a=int(math.sqrt(i+100)) b=int(math.sqrt(i+100+168)) if a**2==(i+100) and b**2==(i+100+168): print(i) x=0 else: i+=1 赞微海报分享
近期评论