摘要: 我好像只过了模板题 感觉很迷 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N = 4e5 + 10; const int mod = 1e9 + 7; const int iv2 = 500 阅读全文
posted @ 2020-11-08 20:53 SegmentTree 阅读(12) 评论(0) 推荐(0) 编辑