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 49f21e8 commit 7f92fdaCopy full SHA for 7f92fda
templates/segment-tree.md
@@ -54,7 +54,7 @@ struct segtree {
54
long long sum(int l, int r) {
55
return sum(l, r, 0, 0, size);
56
}
57
-};
+} st;
58
```
59
60
</TabItem>
0 commit comments