上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页
摘要: 视频链接:234 线段树+动态开点 CF915E Physical Education Lessons_哔哩哔哩_bilibili CF915E Physical Education Lessons //线段树+动态开点 qlogn #include <iostream> #include <cst 阅读全文
posted @ 2023-10-22 19:33 董晓 阅读(292) 评论(1) 推荐(2) 编辑
摘要: 视频链接:233 权值线段树+离散化 P3369 普通平衡树_哔哩哔哩_bilibili Luogu P3369 【模板】普通平衡树 //权值线段树+离散化 nlogn #include <iostream> #include <cstring> #include <algorithm> using 阅读全文
posted @ 2023-10-20 21:06 董晓 阅读(202) 评论(0) 推荐(1) 编辑
摘要: 视频链接:C46【模板】权值线段树+离散化 P1908 逆序对_哔哩哔哩_bilibili Luogu P1908 逆序对 //权值线段树+离散化 nlogn #include <iostream> #include <cstring> #include <algorithm> using name 阅读全文
posted @ 2023-10-20 21:00 董晓 阅读(302) 评论(0) 推荐(3) 编辑
摘要: 视频链接:231 线段树+递归合并 P4425 [HNOI AHOI2018] 转盘_哔哩哔哩_bilibili Luogu P4425 [HNOI/AHOI2018] 转盘 // 线段树+递归合并 nlognlogn #include <iostream> #include <cstring> # 阅读全文
posted @ 2023-10-19 16:43 董晓 阅读(160) 评论(0) 推荐(2) 编辑
摘要: 视频链接:230 线段树+递归合并 P4198 楼房重建_哔哩哔哩_bilibili Luogu P4198 楼房重建 // 线段树+递归合并 nlognlogn #include <iostream> #include <cstring> #include <algorithm> using na 阅读全文
posted @ 2023-10-11 11:10 董晓 阅读(213) 评论(0) 推荐(2) 编辑
摘要: 视频链接:229 线段树+暴力区修 P4145 上帝造题的七分钟 2_哔哩哔哩_bilibili Luogu P4145 上帝造题的七分钟 2 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> u 阅读全文
posted @ 2023-10-10 20:50 董晓 阅读(173) 评论(0) 推荐(1) 编辑
摘要: 视频链接:228 线段树+差分 P1438 无聊的数列_哔哩哔哩_bilibili Luogu P1438 无聊的数列 #include<iostream> using namespace std; #define LL long long #define ls u<<1 #define rs u< 阅读全文
posted @ 2023-10-08 17:47 董晓 阅读(169) 评论(0) 推荐(1) 编辑
摘要: 视频链接:227 线段树+差分 P2184 贪婪大陆_哔哩哔哩_bilibili Luogu P2184 贪婪大陆 #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define ls 阅读全文
posted @ 2023-10-08 16:35 董晓 阅读(201) 评论(0) 推荐(2) 编辑
摘要: 视频链接:226 线段树+数学 P6327 区间加区间 sin 和_哔哩哔哩_bilibili Luogu P6327 区间加区间 sin 和 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> u 阅读全文
posted @ 2023-10-07 16:57 董晓 阅读(142) 评论(0) 推荐(2) 编辑
摘要: 视频链接:225 线段树+数学 P5142 区间方差_哔哩哔哩_bilibili Luogu P5142 区间方差 #include<cstdio> using namespace std; typedef long long LL; const int N=100005,mod=1e9+7; #d 阅读全文
posted @ 2023-10-06 21:35 董晓 阅读(180) 评论(0) 推荐(1) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页