Skip to content

Commit 529b15e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 16c8003 commit 529b15e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/4_Gold/PURS.mdx

+4-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ They will be covered in [platinum](/plat/seg-ext).
8787
```cpp
8888
#include <algorithm>
8989
#include <iostream>
90-
#include <vector>
9190
#include <limits>
91+
#include <vector>
9292

9393
using std::cout;
9494
using std::endl;
@@ -312,7 +312,7 @@ template <class T> class SumSegmentTree {
312312
return sum;
313313
}
314314
};
315-
//EndCodeSnip
315+
// EndCodeSnip
316316

317317
int main() {
318318
int arr_len;
@@ -438,6 +438,8 @@ class SumSegmentTree:
438438
start //= 2
439439
end //= 2
440440
return total
441+
442+
441443
# EndCodeSnip
442444

443445

0 commit comments

Comments
 (0)