#define MAXSIZE 100typedef struct{ ElemType *elem; int length;}SqList;SqList *L;
SqList *L 不是定义了顺序表的指针对象了么