CF620E New Year Tree 線段樹+dfs序+bitset

線段樹維護 dfs 序是顯然的. node 暴力建 60 個線段樹太慢,因而用 bitset 優化就行了 ~c++ code: post #include <bits/stdc++.h> #define M 63 #define N 800005 #define lson now<<1 #define rson now<<1|1 using namespace s
相關文章
相關標籤/搜索