摘要: class Solution(object): def firstMissingPositive(self, nums): """ :type nums: List[int] :rtype: int """ intlen=l... 阅读全文
posted @ 2015-12-21 22:58 hao.ma 阅读(146) 评论(0) 推荐(0)