Commit ea8c43e2 by BellCodeEditor

save project

parent 106b6fd2
Showing with 3 additions and 0 deletions
q=1 q=1
w=0
while q<100: while q<100:
q+=1 q+=1
w+=q w+=q
q=0 q=0
e=0
while q<100: while q<100:
q+=2 q+=2
e+=q e+=q
q=-1 q=-1
r=0
while q<100: while q<100:
q+=2 q+=2
r+=q r+=q
......
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