class Solution:
def handleQuery(self, nums1: List[int], nums2: List[int], queries: List[List[int]])
-> List[int]:
n = len(nums1)
cnt1 = [0] * (4 * n)
flip = [False] * (4 *...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《lazy 线段树》 | 1455字 | 8.1分钟 | 100% | 120 CPM | 101 次 | 0 | 及格,继续努力! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 如果你相信自己做的还不错,不在乎别人怎么看你的时候,你真的可以很自在。 ——吴淡如 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |