摘要: 1 #include 2 #include 3 #include 4 5 int readstudents(struct students stu[]); //读取学生信息 6 int readsexcode(struct sexcode sex[]); //读取性别代码 7 int readcollegecode(struct co... 阅读全文
posted @ 2016-12-24 12:11 Criya 阅读(27422) 评论(6) 推荐(0)