摘要: 一。代码块 #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-21 21:55 楠木。 阅读(109) 评论(0) 推荐(0) 编辑