摘要: 实验环境win7操作系统下vs2017 定义结构体用于存放教练信息 struct mycoach { char name[60]; int age; char skills[60]; }; 定义线性表存放教练信息 struct seqlist { struct mycoach* mch[10];// 阅读全文
posted @ 2019-12-24 17:03 saintdingtheGreat 阅读(421) 评论(0) 推荐(0) 编辑