摘要: 设计思路:函数的调用和循环结构的运用以及字符串函数的使用 代码: #include <iostream>#include <string>using namespace std; void reverse_string(string &str){ int len=str.size(); char x 阅读全文
posted @ 2023-05-14 23:38 cvjj 阅读(127) 评论(0) 推荐(0)