merge-sort tree
#TODO
セグ木の各頂点にその区間内の値をソートしたものを乗せる感じのデータ構造
実装例:
https://tjkendev.github.io/procon-library/python/range_query/merge-sort-tree.html
実用例:
https://atcoder.jp/contests/abc339/submissions/50082148
(上のものを総和に改造したもの)