摘要: 一、 #include <iostream>#include <string>using namespace std; int main(){ int n, i; cout << "请输入几个字符串:"; cin >> n; string *p; string *A = new string[n]; 阅读全文
posted @ 2022-05-31 08:36 bobo哥 阅读(97) 评论(0) 推荐(0)