摘要: #include <bits/stdc++.h> using namespace std; int main(){ string a; getline(cin,a); string a1; map<char,int> x; char max1; int max2; for(int i = 0;i<a 阅读全文
posted @ 2025-05-31 15:58 王一行(小号) 阅读(7) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ string a,b; map<string,int> a1; vector<string> a2; string max1; int max2; while(cin>>a){ b = 阅读全文
posted @ 2025-05-31 15:58 王一行(小号) 阅读(5) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; bool f(string a){ size_t pos = a.find('@'); if(pos==string::npos || pos==0){ return false; } size_t pos1 阅读全文
posted @ 2025-05-31 15:10 王一行(小号) 阅读(6) 评论(0) 推荐(0)