2020年3月28日
摘要: import math import time scales=14 s,m,=1,2 print("执行开始".center(scales//2, "-")) start = time.perf_counter() for i in range(scales+1): s=math.sqrt((1-m 阅读全文
posted @ 2020-03-28 15:51 R救赎 阅读(191) 评论(0) 推荐(0)