By #107 , we add `const` to some methods of lazysegtree. But it seems that const method should be thread safe. - https://stackoverflow.com/questions/14127379/does-const-mean-thread-safe-in-c11
By #107 , we add
constto some methods of lazysegtree.But it seems that const method should be thread safe.