Qtree_testing

Qtree_testing

此页面通过工具从 csdn 导出,格式可能有问题。 testing... #include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> using namespace std; const int maxn=10010; const int maxm=maxn*2; const int maxu=maxn*4; const int maxt=maxn*10; const int oo=1993101215; int test,n,e,indexs,dep,tot,lca,debug; int id; //重链编号 int node; //线段树节点 int pre[maxm],other[maxm],last[maxm],w[maxm]; //