摘要: 单调队列——滑动窗口 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 1e6 + 3; int n, k, a[maxn], mx[maxn], mi[maxn], q[maxn 阅读全文
posted @ 2024-11-04 21:02 Catherine_leah 阅读(55) 评论(3) 推荐(9)
/* */