C++高校管理系统

xiaofengx 18 0 TXT 2020-10-04 10:10:55

class people//人员基类 { protected: int number;//编号 char name[20];//姓名 char sex[4];//性别 int age;//年龄 public: void show() { cout

用户评论
请输入评论内容
评分:
暂无评论