会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
aixin52129211
博客园
首页
新随笔
联系
订阅
管理
2023年4月23日
通讯录管理系统
摘要: #include<iostream> #include<string> using namespace std; const int MAX=1000; struct Person { string m_Name;//姓名 int m_Sex;//性别 1为男 2为女 int m_Age; //年龄
阅读全文
posted @ 2023-04-23 20:12 艾鑫4646
阅读(16)
评论(0)
推荐(0)
编辑
公告