摘要: #if u want three num when a+b+c=1000,and a^2+b^2=c^2 #test1import os import time start_time = time.time() for a in range(0,1001): for b in range(0,100 阅读全文
posted @ 2022-06-23 10:55 KingOfHuan 阅读(60) 评论(0) 推荐(0)