摘要: 自己写的,没有使用排序 ,会超出时间限制: class Solution: def findContentChildren(self, g: List[int], s: List[int]) -> int: if len(s)==0: return 0 count=0 for i in range( 阅读全文
posted @ 2024-05-07 14:41 Junior_bond 阅读(11) 评论(0) 推荐(0)