LeetCode in Python 303. Range Sum Query Immutable - Michelle小梦想家

LeetCode in Python 303. Range Sum Query Immutable - Michelle小梦想家

Michelle小梦想家

5 лет назад

1,409 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@haocheng9624
@haocheng9624 - 09.07.2020 02:23

请问一下,为什么这个能直接调用self.acc,是python的特性嘛?还有为什么要用self.acc[-1]表示的是前一个值吗?为什么-1就可以了,而不是nums[i-1]这种

Ответить