Skip to content

Commit 7f92fda

Browse files
committed
fix(templates): add missing struct variable
1 parent 49f21e8 commit 7f92fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/segment-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct segtree {
5454
long long sum(int l, int r) {
5555
return sum(l, r, 0, 0, size);
5656
}
57-
};
57+
} st;
5858
```
5959
6060
</TabItem>

0 commit comments

Comments
 (0)