update 20

This commit is contained in:
sangge-rockpi 2024-01-20 13:45:03 +08:00
parent b564fc563c
commit 15e24a8f25

View File

@ -10,6 +10,7 @@ class Solution:
try:
stack_top = stack.pop()
except IndexError:
stack.append(i)
continue
try: