update 20
This commit is contained in:
parent
b564fc563c
commit
15e24a8f25
@ -10,6 +10,7 @@ class Solution:
|
||||
try:
|
||||
stack_top = stack.pop()
|
||||
except IndexError:
|
||||
stack.append(i)
|
||||
continue
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user