摘要: #代码拷贝 #include<iostream> #include<string> #include<stdlib.h> #define MAX 1000 using namespace std; //设计联系人结构体 struct Person { //姓名 string m_Name; //性别 阅读全文
posted @ 2021-03-17 10:24 Stéphane 阅读(302) 评论(0) 推荐(0)