Skip to content

Commit

Permalink
fix 2e
Browse files Browse the repository at this point in the history
  • Loading branch information
boozec committed Jul 14, 2024
1 parent f2bc03f commit 6ab5d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
c = y * n + g
y = y - 1
y = 10
g = 1
for i in range(y):
g = i * y
c = c + i + g
while c > 0:
g = 4 * y
n = n + c + f
n = n + c + g
c = c - 1
print(g)

0 comments on commit 6ab5d8d

Please sign in to comment.