Commit 61a7b325 by BellCodeEditor

save project

parent 8e5a7bcf
Showing with 3 additions and 0 deletions
......@@ -4,6 +4,9 @@ ap=time.time()
for a in range(0, 1000):
for b in range(0, 1000):
list1.insert(0, 0)
c=1000-b-a
if a*a+b*b==c*c:
print(str(a)+' '+str(b)+' '+str(c))
bp=time.time()
print(str(ap-bp))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment