摘要:
\(\text{Solution}\) 树上主席树板子 \(\text{Code}\) #include <cstdio> #include <algorithm> #define re register using namespace std; const int N = 1e5 + 5; int 阅读全文
摘要:
#include <cstdio> #include <iostream> #define re register using namespace std; typedef long long LL; const int N = 3e5 + 5, P = 998244353, g = 3; int 阅读全文