摘要: 1-1 小朱爱 签到题,按题意数一下即可,注意 \ 的输出要用 \\ #include<bits/stdc++.h> using namespace std; void solve(){ string str; getline(cin,str); int cnt=0; for(int i=0;i<s 阅读全文
posted @ 2025-12-26 22:24 EcSilvia 阅读(5) 评论(0) 推荐(0)