LC.elem = (ElemType*) malloc(LC.length * sizeof(struct ElemType));
malloc(LC.length*sizeof(ElemType))