基本的数据结构题库代码有用的943顺序表插入的实现#include<stdioh>#include<stdlibh>typedefintElemType;typedefstruct{ElemTypedata[100];intlength;}SqList;SqListL;voidCreatListSqList&LElemTypea[]intn{inti;LSqListmallocsizeofSqList;fori0;i<n;i++L>data[i]