#include #include #include using namespace std; typedef struct { int timecheck[8][12]; char name[30]; }student; typedef struct { char Lname[30]; }Lstudent; student book[201]; Lstudent buf[201]; bool c(Lstudent a,Lstudent b) { return (strcmp(a.Lname,b.Lname)<0); } int main() { int n,i,b,t,k,l,x,b1,e1,count; scanf("%d",&n); for(i=0;i