PTA 森森快遞(線段樹區間修改)

   先貪心,篩掉包含小區間的大區間(大區間浪費資源),相交區間不影響,按順序查詢修改即可。   #include<cstdio> #include<algorithm> #include<iostream> #include<vector> using namespace std; const int maxn = 1e5 + 10; typedef long long ll; typedef
相關文章
相關標籤/搜索