摘要: A. Rating Increase 字符串处理 #include<bits/stdc++.h> using namespace std; void solve(){ string s; cin>>s; int n=s.size(); s=" "+s; for(int i=1;i<=n-1;i++) 阅读全文
posted @ 2023-12-20 22:04 yufan1102 阅读(20) 评论(0) 推荐(0) 编辑
摘要: A. Problemsolving Log map枚举字母 #include<bits/stdc++.h> using namespace std; void solve(){ int n; string s; cin>>n>>s; int ans=0; s=" "+s; map<char,int> 阅读全文
posted @ 2023-12-20 15:02 yufan1102 阅读(82) 评论(0) 推荐(0) 编辑