赞
踩
Status ListInsert_L(LinkList &L,int i,ElemType e){ //在带头结点的单链线性表L中第i个位置之前插入元素e p=L;j=0; while(p&&j<i-<