SUB是个结构体,结构应该如下。 typedef struct { int num; char name[20];//数字猜的 char kind[20]; int stime,ttime,ctime,score,trem; }SUB;
mark