摘要: code: #include<bits/stdc++.h>//xfl using namespace std; const int N = 100007; typedef unsigned long long ull; ull mis[N],sum[N]; string s; int n,m,l1, 阅读全文
posted @ 2020-12-27 17:02 纸上的彩虹 阅读(61) 评论(0) 推荐(0)
摘要: code: 1.set或map #include<bits/stdc++.h>//xfl using namespace std; map<int,bool>a; int main() { int n; cin>>n; for(int i=1;i<=n;++i) { int x;char c; ci 阅读全文
posted @ 2020-12-27 16:49 纸上的彩虹 阅读(48) 评论(0) 推荐(0)