上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 45 下一页
摘要: 视频链接:230 线段树+递归合并 P4198 楼房重建_哔哩哔哩_bilibili Luogu P4198 楼房重建 // 线段树+递归合并 nlognlogn #include <iostream> #include <cstring> #include <algorithm> using na 阅读全文
posted @ 2023-10-11 11:10 董晓 阅读(343) 评论(0) 推荐(2)
摘要: 视频链接:229 线段树+暴力区修 P4145 上帝造题的七分钟 2_哔哩哔哩_bilibili Luogu P4145 上帝造题的七分钟 2 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> u 阅读全文
posted @ 2023-10-10 20:50 董晓 阅读(290) 评论(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 董晓 阅读(323) 评论(0) 推荐(1)
摘要: 视频链接:227 线段树+差分 P2184 贪婪大陆_哔哩哔哩_bilibili Luogu P2184 贪婪大陆 #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define ls 阅读全文
posted @ 2023-10-08 16:35 董晓 阅读(380) 评论(0) 推荐(2)
摘要: 视频链接:226 线段树+数学 P6327 区间加区间 sin 和_哔哩哔哩_bilibili Luogu P6327 区间加区间 sin 和 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> u 阅读全文
posted @ 2023-10-07 16:57 董晓 阅读(286) 评论(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 董晓 阅读(325) 评论(0) 推荐(1)
摘要: 视频链接:224 线段树+二分 [HEOI2016TJOI2016] 排序_哔哩哔哩_bilibili Luogu P2824 [HEOI2016/TJOI2016] 排序 // 线段树+二分 nlognlogn #include <iostream> #include <cstring> #inc 阅读全文
posted @ 2023-09-25 15:50 董晓 阅读(405) 评论(0) 推荐(2)
摘要: 视频链接:223 线段树+二分 [SHOI2015] 脑洞治疗仪_哔哩哔哩_bilibili Luogu P4344 [SHOI2015] 脑洞治疗仪 #include <iostream> #include <cstring> #include <algorithm> using namespac 阅读全文
posted @ 2023-09-25 15:47 董晓 阅读(453) 评论(0) 推荐(1)
摘要: 视频链接:222 线段树 [SCOI2010] 序列操作_哔哩哔哩_bilibili Luogu P2572 [SCOI2010] 序列操作 #include <iostream> #include <cstring> #include <algorithm> using namespace std 阅读全文
posted @ 2023-09-24 21:41 董晓 阅读(492) 评论(0) 推荐(4)
摘要: 视频链接:C35 线段树+排序 P1972 [SDOI2009] HH的项链_哔哩哔哩_bilibili Luogu P1972 [SDOI2009] HH的项链 // 线段树+排序 #include <iostream> #include <cstring> #include <algorithm 阅读全文
posted @ 2023-09-24 10:28 董晓 阅读(394) 评论(0) 推荐(2)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 45 下一页