不懂SUB*insert是什么意思

img


这个头是什么意思啊请告诉我啊我怎么啥都不懂……我看不懂啊insert

SUB是个结构体,结构应该如下。

typedef struct {
    int num;
    char name[20];//数字猜的
    char kind[20];
    int stime,ttime,ctime,score,trem;
}SUB;

mark