Skip to content

Commit afbf7bd

Browse files
authored
Update persistent.hpp
1 parent d1802a5 commit afbf7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures_[l,r)/seg_tree_uncommon/persistent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct PST {
4141
rch);
4242
return sz(tree) - 1;
4343
}
44-
ll query(int l, int r, int version) { // [l, r)
44+
ll query(int l, int r, int version) {
4545
return query_impl(l, r, root_l, root_r,
4646
roots[version]);
4747
}

0 commit comments

Comments
 (0)