07 2022 档案

摘要:C 用map存一下就行了 #include<bits/stdc++.h> using namespace std; const int N=2e5+1; int n; char s[N][21]; map<string,int>v; int read(){ int x=0,f=1;char ch=g 阅读全文
posted @ 2022-07-24 21:42 DQY_dqy 阅读(72) 评论(0) 推荐(0)
摘要:链接https://atcoder.jp/contests/abc260 阔别oi生涯2年,做康复训练,先从abc开始把 B 就按照不同的关键字三次排序就行了 #include<bits/stdc++.h> using namespace std; const int N=1e3+11; int n 阅读全文
posted @ 2022-07-22 15:26 DQY_dqy 阅读(171) 评论(0) 推荐(0)