摘要: import time a=time.time() for x in range(100): for y in range(100): for z in range(100): if (x+y+z==100) and (x*5+y*3+z/3==100): print(x,y,z) b = time 阅读全文
posted @ 2020-03-28 19:31 极客易先生 阅读(939) 评论(0) 推荐(0) 编辑