摘要: #include "stdio.h" #include <string> #include <iostream> using namespace std; struct Contacts { string sName; int iTelephone; string sArea; //定义基本结构体 阅读全文
posted @ 2022-09-08 00:50 LightK 阅读(31) 评论(0) 推荐(0)