摘要: 一.完整代码 #include<stdio.h> #include<stdlib.h> #include<string.h> struct fun{ char name[100]; char num[100]; char sex[100]; char cla[100]; int score; }ni 阅读全文
posted @ 2019-12-18 22:17 Styoool(曾广芝) 阅读(196) 评论(0) 推荐(0) 编辑