摘要:
题目描述: 自己的提交: class Solution: def processQueries(self, queries: List[int], m: int) -> List[int]: l = [i for i in range(1,m+1)] ans = [] for i in querie 阅读全文
posted @ 2020-04-12 19:33
oldby
阅读(103)
评论(0)
推荐(0)
摘要:
题目描述: 自己的提交: class Solution: def stringMatching(self, words: List[str]) -> List[str]: def strStr(haystack: str, needle: str) -> int: if not needle:ret 阅读全文
posted @ 2020-04-12 19:27
oldby
阅读(146)
评论(0)
推荐(0)
浙公网安备 33010602011771号