{ char num[6]; char name[5]; int score[3]; int sum; float average; int order; struct stu *next; }STUDENT;