菜不吱声
菜不吱声
全部文章
分类
归档
标签
去牛客网
登录
/
注册
菜不吱声的博客
全部文章
(共1篇)
题解 | 单调栈结构(进阶)
#include <iostream> using namespace std; const int N = 1e6; int arr[N]; int stk[N]; int ans[N][2]; int n,r; void compute(){ r = 0; int c...
2026-02-22
1
30