随笔分类 -  c++

摘要:#include<iostream>#include<string>#define Max 1000//注意没有分号using namespace std;//定义联系人结构体struct people{ string m_name; int m_age; //以零代表男1代表女 int m_sex 阅读全文
posted @ 2020-07-11 12:32 sea,horse 阅读(156) 评论(0) 推荐(0)