head.cpptypedef struct grade{ char num[10];//学号 char name[8]; int chinese; int english; int math; int computer; struct grade *next;}GRADE;int count;//全局变量,总学生人数传递char password[10];//全局变量,密码消息传递 GRADE *head,*tail;//头指针,尾指针char first;//为0时,表明不是第一次登陆系统
queue.cpptypedef struc...