摘要: https://www.luogu.com.cn/problem/P5733 #include <bits/stdc++.h> using namespace std; int main() { string s; cin>>s; for(int i=0;s[i]!='\0';i++) { if(s 阅读全文
posted @ 2025-03-10 22:53 _ljnljn 阅读(23) 评论(0) 推荐(0)