摘要:
思路:辅助字典,若存在,则返回字典中相应键对应的值。若不存在,返回0。 Python: class Solution: def search(self, nums: List[int], target: int) -> int: from collections import Counter hel 阅读全文
posted @ 2022-04-19 21:12
catch(...)
阅读(22)
评论(0)
推荐(0)
浙公网安备 33010602011771号