摘要: 视频链接:237 可持久化线段树 P1383 高级打字机_哔哩哔哩_bilibili Luogu P1383 高级打字机 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const in 阅读全文
posted @ 2023-10-24 15:37 董晓 阅读(172) 评论(0) 推荐(1) 编辑
摘要: 视频链接:C50【模板】可持久化线段树(主席树)P3834 静态区间第 k 小_哔哩哔哩_bilibili Luogu P3834 【模板】可持久化线段树2 //权值线段树+离散化+动态开点 nlogn #include <iostream> #include <cstring> #include 阅读全文
posted @ 2023-10-24 15:28 董晓 阅读(354) 评论(0) 推荐(1) 编辑
摘要: 视频链接:C49【模板】可持久化线段树(主席树)P3919 可持久化数组_哔哩哔哩_bilibili Luogu P3919【模板】可持久化线段树1 //线段树+动态开点 nlogn #include <iostream> using namespace std; #define N 1000005 阅读全文
posted @ 2023-10-24 15:14 董晓 阅读(296) 评论(0) 推荐(1) 编辑