摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; char s[1005]; int main () { gets(s); int len=strlen(s); s[len+1]=0x3f3f3f3f; int cnt= 阅读全文
posted @ 2025-09-08 22:33 一只牛油果 阅读(6) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; char s[1005]; int main () { gets(s); int len=strlen(s); int cnt=0; for(int i=0;i<=len 阅读全文
posted @ 2025-09-08 22:24 一只牛油果 阅读(5) 评论(0) 推荐(0)