摘要: 点击查看代码 #include<iostream> #include<cstring> using namespace std; char s[55]; char d[55]; int main() { gets_s(s); int len = strlen(s); s[len] = '\0'; d 阅读全文
posted @ 2025-09-29 19:53 一只牛油果 阅读(8) 评论(0) 推荐(0)