摘要: import math import time scale=14 s,m,=1,2 print("执行开始".center(scale//2, "-")) start = time.perf_counter() for i in range(scale+1): s=math.sqrt((1-math 阅读全文
posted @ 2020-10-11 09:15 小松可可奈 阅读(60) 评论(0) 推荐(0)