可持久化線段樹 (主席樹) + 動態修改+查詢

題目連接:https://www.luogu.org/problemnew/show/P3919 思路:直接按題意寫就行。更新直接更新葉子節點的值就能夠了。c++ #include<bits/stdc++.h> using namespace std; #define LL long Long using namespace std; const int maxn=2e6+10; int L[
相關文章
相關標籤/搜索