摘要: #include <stdio.h>#include <string.h>#include <malloc.h> #define NULL 0#define LEN sizeof(struct student) struct student{long num;float score; //char 阅读全文