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 25fc1d7 commit 52dffa6Copy full SHA for 52dffa6
library/data_structures/seg_tree_uncommon/implicit.hpp
@@ -8,7 +8,7 @@ template<int N> struct implicit_seg_tree {
8
if (l[0] == r[0]) return {l[0], l[1] + r[1]};
9
return min(l, r);
10
}
11
- static const dt unit{LLONG_MAX, 0LL};
+ const dt unit{LLONG_MAX, 0LL};
12
struct node {
13
dt num;
14
ll lazy = 0;
0 commit comments