上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 44 下一页
摘要: 视频链接:264【模板】FHQ Treap P3391 文艺平衡树_哔哩哔哩_bilibili Luogu P3391 【模板】文艺平衡树 #include <iostream> using namespace std; const int N=100010; struct node{ int l, 阅读全文
posted @ 2022-07-24 23:31 董晓 阅读(502) 评论(0) 推荐(1) 编辑
摘要: 视频链接:263【模板】FHQ Treap P3369 普通平衡树_哔哩哔哩_bilibili Luogu P3369 【模板】普通平衡树 #include <iostream> using namespace std; const int N=100005; struct node{ int l, 阅读全文
posted @ 2022-07-21 23:04 董晓 阅读(930) 评论(2) 推荐(2) 编辑
摘要: 视频链接:262【模板】Splay P3391 文艺平衡树_哔哩哔哩_bilibili Luogu P3391 【模板】文艺平衡树 #include <iostream> #include <algorithm> using namespace std; const int N=100010; in 阅读全文
posted @ 2022-07-20 19:59 董晓 阅读(665) 评论(0) 推荐(1) 编辑
摘要: 视频链接:261【模板】Splay P3369 普通平衡树_哔哩哔哩_bilibili Luogu P3369【模板】普通平衡树 #include <iostream> using namespace std; #define ls(x) tr[x].ch[0] #define rs(x) tr[x 阅读全文
posted @ 2022-07-19 20:07 董晓 阅读(2173) 评论(4) 推荐(5) 编辑
摘要: 视频链接:394 圆方树 P5236【模板】静态仙人掌_哔哩哔哩_bilibili // Luogu P5236 【模板】静态仙人掌 #include <iostream> #include <cstring> #include <algorithm> using namespace std; co 阅读全文
posted @ 2022-07-15 09:39 董晓 阅读(451) 评论(0) 推荐(2) 编辑
摘要: 视频链接:393 基环树 [NOIP2018 提高组] 旅行_哔哩哔哩_bilibili Luogu P5022 [NOIP2018 提高组] 旅行 #include <cstdio> #include <cstring> #include <iostream> #include <algorith 阅读全文
posted @ 2022-07-11 21:55 董晓 阅读(286) 评论(0) 推荐(1) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1wN4y1T7S3/ // Luogu P1399 [NOI2013] 快餐店 #include<iostream> #include<algorithm> #include<cstring> using namespac 阅读全文
posted @ 2022-07-10 23:35 董晓 阅读(322) 评论(0) 推荐(1) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1Aa411Q7qp // Luogu P2607 [ZJOI2008] 骑士 #include <iostream> #include <cstring> #include <algorithm> using namesp 阅读全文
posted @ 2022-07-10 23:33 董晓 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1cT411J7W5 #include<iostream> #include<cstdio> #include<cmath> #include<cstring> using namespace std; #define LL 阅读全文
posted @ 2022-07-02 10:20 董晓 阅读(658) 评论(0) 推荐(1) 编辑
摘要: 视频链接:D26 二分图最大匹配 Dinic算法_哔哩哔哩_bilibili P3386 【模板】二分图最大匹配 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) // #include <iostream> #include <cstring> #include <algorith 阅读全文
posted @ 2022-06-28 15:13 董晓 阅读(543) 评论(1) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 44 下一页