摘要: 日志统计 #include<iostream> #include<algorithm> using namespace std; const int N=1e5+10; #define x first #define y second typedef pair<int,int> PII; int n 阅读全文
posted @ 2021-04-05 21:00 RowryCho 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 连号区间数 #include<bits/stdc++.h> using namespace std; const int N = 1e4+10,INF=1<<30; int q[N]; int res; int main(){ int n; cin >> n; for(int i=0;i<n;i++ 阅读全文
posted @ 2021-04-05 12:14 RowryCho 阅读(65) 评论(0) 推荐(0) 编辑