会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
loser--QAQ
博客园
首页
新随笔
联系
订阅
管理
2022年11月8日
P3834 【模板】可持久化线段树 2
摘要: ###先用结构体实现了下,发现写错了(只有20分),后面直接用的数组了 #include<bits/stdc++.h> using namespace std; const int N = 2e5 + 7; int a[N], hs[N], rt[N], cnt; struct Node{ int
阅读全文
posted @ 2022-11-08 00:13 feuerwerk
阅读(25)
评论(0)
推荐(0)