上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 45 下一页
摘要: 视频链接:A33 贪心算法 P4053 [JSOI2007] 建筑抢修_哔哩哔哩_bilibili Luogu P4053 [JSOI2007] 建筑抢修 #include <iostream> #include <cstring> #include <algorithm> #include <qu 阅读全文
posted @ 2023-09-09 16:58 董晓 阅读(475) 评论(0) 推荐(0)
摘要: 视频链接:A32 贪心算法 P1080 [NOIP2012 提高组] 国王游戏_哔哩哔哩_bilibili 时间复杂度:排序 1000log1000,枚举 1000*4000 Luogu P1080 [NOIP2012 提高组] 国王游戏 #include <cstdio> #include <cs 阅读全文
posted @ 2023-09-09 10:33 董晓 阅读(610) 评论(1) 推荐(1)
摘要: 视频链接:A31 贪心算法 P2512 [HAOI2008] 糖果传递_哔哩哔哩_bilibili Luogu P2512 [HAOI2008] 糖果传递 #include <iostream> #include <cstring> #include <algorithm> using namesp 阅读全文
posted @ 2023-09-03 19:58 董晓 阅读(568) 评论(2) 推荐(0)
摘要: 视频链接:A30 贪心算法 P1031 [NOIP2002 提高组] 均分纸牌_哔哩哔哩_bilibili Luogu P1031 [NOIP2002 提高组] 均分纸牌 #include <iostream> #include <cstring> #include <algorithm> usin 阅读全文
posted @ 2023-09-03 19:53 董晓 阅读(453) 评论(0) 推荐(0)
摘要: 视频链接:A29 贪心算法 P1803 线段覆盖_哔哩哔哩_bilibili Luogu P1803 凌乱的yyy / 线段覆盖 #include <iostream> #include <cstring> #include <algorithm> using namespace std; stru 阅读全文
posted @ 2023-09-03 19:50 董晓 阅读(434) 评论(0) 推荐(0)
摘要: 视频链接:A28 贪心算法 P1843 奶牛晒衣服_哔哩哔哩_bilibili Luogu P1843 奶牛晒衣服 #include <iostream> #include <cstring> #include <algorithm> #include <queue> using namespace 阅读全文
posted @ 2023-09-02 11:09 董晓 阅读(451) 评论(0) 推荐(1)
摘要: 视频链接:A27 贪心算法 P1209 [USACO1.3] 修理牛棚_哔哩哔哩_bilibili Luogu P1209 [USACO1.3] 修理牛棚 Barn Repair #include <iostream> #include <cstring> #include <algorithm> 阅读全文
posted @ 2023-09-01 11:01 董晓 阅读(511) 评论(0) 推荐(0)
摘要: 视频链接:A26 贪心算法 P1190 [NOIP2010 普及组] 接水问题_哔哩哔哩_bilibili Luogu P1190 [NOIP2010 普及组] 接水问题 #include <iostream> #include <cstring> #include <algorithm> usin 阅读全文
posted @ 2023-08-30 22:07 董晓 阅读(532) 评论(0) 推荐(0)
摘要: 视频链接:A25 贪心算法 P1223 排队接水_哔哩哔哩_bilibili Luogu P1223 排队接水 #include <iostream> #include <cstring> #include <algorithm> using namespace std; struct node{ 阅读全文
posted @ 2023-08-29 22:45 董晓 阅读(483) 评论(0) 推荐(0)
摘要: 视频链接:A24 贪心算法 P1842 [USACO05NOV] 奶牛玩杂技_哔哩哔哩_bilibili Luogu P1842 [USACO05NOV] 奶牛玩杂技 #include <iostream> #include <cstring> #include <algorithm> using 阅读全文
posted @ 2023-08-28 19:02 董晓 阅读(602) 评论(0) 推荐(1)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 45 下一页