【Leetcode】303. Range Sum Query - Immutable

class NumArray1(object): """ store num from start to current position use minus operation to get result """ def __init__(self, nums): """ :type nums: List[int] """ self.sum_ar
相關文章
相關標籤/搜索