C語言實現一元多項式的建立、相加

#include<stdio.h> #include<string.h> #include<stdlib.h> #define ERROR 0 #define OK 1數組 typedef struct pNode                                    //創建一元多項式函數 {blog int coef; //係數string int exp;//指數io str
相關文章
相關標籤/搜索