Update segtree.cc
This commit is contained in:
parent
91bc014b66
commit
dccd4af5a6
|
@ -1,6 +1,6 @@
|
||||||
template<typename T> class segtree {
|
template<typename T> class segtree {
|
||||||
private:
|
private:
|
||||||
using size_type = __uint64_t;
|
using size_type = uint64_t;
|
||||||
T _max;
|
T _max;
|
||||||
vector<T> d, b;
|
vector<T> d, b;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue