摘要: #include <bits/stdc++.h> using namespace std; string kong(string a){ while(a.find(" ")>=0&&a.find(" ")<=a.size()){ a.replace(a.find(" "),1,""); } retu 阅读全文
posted @ 2023-11-12 09:24 陈若麟 阅读(15) 评论(0) 推荐(0) 编辑