摘要: 视频链接:453 单调队列优化DP 绿色通道_哔哩哔哩_bilibili LOJ10181 绿色通道 #include<iostream> using namespace std; const int N=5e4+10; int n,tim,w[N],f[N],q[N]; bool check(in 阅读全文
posted @ 2023-04-23 14:59 董晓 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 视频链接:452 单调队列优化DP 修剪草坪_哔哩哔哩_bilibili LOJ10177 修剪草坪 #include <iostream> #include <cstring> #include <algorithm> using namespace std; typedef long long 阅读全文
posted @ 2023-04-23 14:57 董晓 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 视频链接:451 单调队列优化DP 烽火传递_哔哩哔哩_bilibili E11【模板】单调队列 滑动窗口最值 - 董晓 - 博客园 (cnblogs.com) LOJ10180 烽火传递 #include <iostream> #include <cstring> #include <algori 阅读全文
posted @ 2023-04-23 14:56 董晓 阅读(349) 评论(0) 推荐(0) 编辑