摘要: ``` python class Solution(object): def searchRange(self, nums, target): """ :type nums: List[int] :type target: int :rtype: List[int] """ flag = 0 ... 阅读全文
posted @ 2019-03-07 11:22 xushukui 阅读(1650) 评论(0) 推荐(0) 编辑