摘要: 总代码 #include<stdio.h> #include<stdlib.h> #include<string.h> struct student { char name1[30], sex[5], clas[20], num[20], score[20]; }; void inputtxt(); 阅读全文
posted @ 2019-12-20 17:52 揍你没商量 阅读(219) 评论(0) 推荐(0)