绫oo
绫oo
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
绫oo的博客
全部文章
(共1篇)
题解 | #双端队列#
```#include<bits/stdc++.h> using namespace std; pair<int,int> a[200100]; int n,ans=1,last=0x7fffffff; bool flag=0; int main() { scanf("%d...
C++
2025-12-20
0
28