摘要: #include <iostream> #include <string> #define MAX 500 using namespace std; struct person { string name; int age; }; struct contact { person persons[MA 阅读全文
posted @ 2020-10-05 18:46 骑者赶路 阅读(109) 评论(0) 推荐(0) 编辑