摘要: #include<bits/stdc++.h> using namespace std; int main() { int cnt1=0,cnt2=0; string s; string a,temp1,temp2; getline(cin,s); getline(cin,a); int c=a.s 阅读全文
posted @ 2025-05-12 18:15 magic_here_tonight 阅读(11) 评论(0) 推荐(0)