摘要: # The isBadVersion API is already defined for you.# @param version, an integer# @return a bool# def isBadVersion(version):class Solution(object): d... 阅读全文
posted @ 2015-12-17 23:27 hao.ma 阅读(184) 评论(0) 推荐(0)
摘要: class Solution(object): def searchRange(self, nums, target): """ :type nums: List[int] :type target: int :rtype: List[i... 阅读全文
posted @ 2015-12-17 23:08 hao.ma 阅读(361) 评论(0) 推荐(0)