摘要: 暴力求解 class Solution: def isValid(self, s: str) -> bool: s_len = len(s) s_list = list() kuohao_list = ['(', ')', '[', ']', '{', '}', 'n'] for i in rang 阅读全文
posted @ 2024-01-03 19:18 Junior_bond 阅读(6) 评论(0) 推荐(0)