We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016288b commit d136bd3Copy full SHA for d136bd3
0020.有效的括号/0020-有效的括号.py
@@ -13,4 +13,4 @@ def isValid(self, s):
13
if not stack or dic[ch] != stack[-1]:
14
return False
15
stack.pop()
16
- return len(stack) == 0
+ return len(stack) == 0
0 commit comments