热门标签
更多>
搜索结果
查询Tags标签: 非权值,共有 2条记录-
主席树(非权值)
int n;const int N=4e5;const int LOGN=22; namespace ST{const int M=N*LOGN;int son[M][2],ct[M];int node_count;int new_node(int ls,int rs,int cnt){int t=++node_count;son[t][0]=ls;son[t][1]=rs;ct[t]=cnt;return t;}int build(int L=0,int R=n-1){if(L==R)retur…
2021/11/9 23:14:15 人评论 次浏览 -
主席树(非权值)
int n;const int N=4e5;const int LOGN=22; namespace ST{const int M=N*LOGN;int son[M][2],ct[M];int node_count;int new_node(int ls,int rs,int cnt){int t=++node_count;son[t][0]=ls;son[t][1]=rs;ct[t]=cnt;return t;}int build(int L=0,int R=n-1){if(L==R)retur…
2021/11/9 23:14:15 人评论 次浏览