摘要: 单调栈 GInger的神罚洛谷U220471 #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int>pii; const int N=2e5+10; ll a[N],dp[N] 阅读全文
posted @ 2022-07-05 10:32 好腻友Π 阅读(19) 评论(0) 推荐(0)