摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> struct student{ char name[20]; char num[20]; char sex[20]; char clas[20]; char score[20]; }stu 阅读全文
posted @ 2019-12-21 22:51 皮皮皮(童浚) 阅读(235) 评论(0) 推荐(0) 编辑