摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>#define N 30typedef struct student{ long studentID; char studentNAME[10]; int score[3]; }STUDENT; 阅读全文
posted @ 2017-12-28 20:56 zbgghost 阅读(121) 评论(0) 推荐(0) 编辑