摘要: 一.代码块 #include<stdio.h> #include<stdlib.h> #include<string.h> struct student { char Name[20]; char ID[20]; char Sex[20]; char Class[20]; int score; } 阅读全文
posted @ 2019-12-19 08:24 宋思坡201921123103 阅读(196) 评论(0) 推荐(0) 编辑