摘要:
日志统计 #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 阅读全文
摘要:
连号区间数 #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++ 阅读全文