摘要:
#include<bits/stdc++.h> using namespace std; const int N=1010; char a[N],b[N]; int f[N][N]; int main(){ int n,m; cin>>n; scanf("%s",a+1); cin>>m; scan 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; priority_queue<int,vector<int>,greater<int>> heap; while(n--){ int x; cin>>x; 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int N=1e5+10; int n; struct Range{ int l,r; bool operator<(const Range & w)const { return l<w.l; } 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int N=1e5+10; int n; struct Range{ int l;int r; bool operator < (const Range & w)const { return r<w 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; const int N=1e5+10; int n; struct Range{ int l;int r; bool operator < (const Range & w)const { return r<w 阅读全文
摘要:
阅读全文