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