摘要: C102 单调栈 P1901 发射站_哔哩哔哩_bilibili Luogu P1901 发射站 // 单调栈 O(n) #include<bits/stdc++.h> using namespace std; const int N=1000005; int n,h[N],v[N],sum[N]; 阅读全文
posted @ 2024-03-16 11:11 董晓 阅读(295) 评论(0) 推荐(1)