We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8bd85 commit 6e641d0Copy full SHA for 6e641d0
segmenttree/__init__.py
@@ -94,5 +94,5 @@ def _query_len(self, start, end, in_start, in_end):
94
else:
95
ans = self._query_len(start, mid, in_start, mid) + self._query_len(mid+1, end, mid+1, in_end)
96
97
- print start, end, in_start, in_end, ans
+ #print start, end, in_start, in_end, ans
98
return ans
0 commit comments