上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 43 下一页
摘要: 视频链接:77 贪心算法 [USACO1.3] 修理牛棚_哔哩哔哩_bilibili Luogu P1209 [USACO1.3] 修理牛棚 Barn Repair #include <iostream> #include <cstring> #include <algorithm> #define 阅读全文
posted @ 2023-09-01 11:01 董晓 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 视频链接:76 贪心算法 [NOIP2010 普及组] 接水问题_哔哩哔哩_bilibili Luogu P1190 [NOIP2010 普及组] 接水问题 #include <iostream> #include <cstring> #include <algorithm> using names 阅读全文
posted @ 2023-08-30 22:07 董晓 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 视频链接:74 贪心算法 排队接水_哔哩哔哩_bilibili Luogu P1223 排队接水 #include <iostream> #include <cstring> #include <algorithm> using namespace std; struct node{ int t,i 阅读全文
posted @ 2023-08-29 22:45 董晓 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 视频链接:75 贪心算法 [USACO05NOV] 奶牛玩杂技_哔哩哔哩_bilibili Luogu P1842 [USACO05NOV] 奶牛玩杂技 #include <iostream> #include <cstring> #include <algorithm> using namespa 阅读全文
posted @ 2023-08-28 19:02 董晓 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 视频链接:222 扫描线 矩形周长并_哔哩哔哩_bilibili Luogu P1856 [IOI1998] [USACO5.5] 矩形周长 // 扫描线+线段树+离散化 35ms #include <iostream> #include <cstring> #include <algorithm> 阅读全文
posted @ 2023-08-27 15:59 董晓 阅读(432) 评论(0) 推荐(1) 编辑
摘要: 视频链接:71【模板】贪心算法 [NOIP2004 提高组] 合并果子_哔哩哔哩_bilibili Luogu P1090 [NOIP2004 提高组] 合并果子 #include <iostream> #include <cstring> #include <algorithm> #include 阅读全文
posted @ 2023-08-27 08:21 董晓 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 视频链接:58 堆 序列合并_哔哩哔哩_bilibili Luogu P1631 序列合并 #include <cstdio> #include <queue> using namespace std; const int N=100005; int a[N],b[N],id[N]; priorit 阅读全文
posted @ 2023-08-26 18:21 董晓 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 视频链接:52 排序 区间合并_哔哩哔哩_bilibili Luogu P1496 火烧赤壁 #include<iostream> #include<cstdio> #include<algorithm> using namespace std; #define N 20005 struct lin 阅读全文
posted @ 2023-08-26 10:02 董晓 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 视频链接:23 双指针 [ABC098D] Xor Sum 2_哔哩哔哩_bilibili Luogu [ABC098D] Xor Sum 2 #include <iostream> #include <cstring> #include <algorithm> using namespace st 阅读全文
posted @ 2023-08-24 21:49 董晓 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 视频链接:22 双指针 P1381 单词背诵_哔哩哔哩_bilibili Luogu P1381 单词背诵 #include<bits/stdc++.h> using namespace std; int n,m; string s[100005],s1; map<string,bool> word 阅读全文
posted @ 2023-08-24 21:47 董晓 阅读(384) 评论(1) 推荐(2) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 43 下一页