摘要: code #include<iostream> #include<algorithm> using namespace std; const int N=1e5+10; int n,res=0; int a[N]; int main(){ ios::sync_with_stdio(false); c 阅读全文
posted @ 2022-03-16 14:38 ggexs 阅读(41) 评论(0) 推荐(0)