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