文档分类
);if(k==1){Lc=AddPolyn(La,Lb);printf("\n相加后的和多项式为:");printfList(Lc);}if(k==2){Lc=MultiplyPolyn(La,Lb);printf("\n相乘后的积多项式为:");printfList(Lc);}}