最佳答案:#include <stdio.h>#include <stdlib.h>typedef struct student{int num; //学号int score; //成绩