一元多項式的相乘【代碼】

1 #include <iostream> 2 #include<stdlib.h> 3 4 using namespace std; 5 6 7 #define MAXSIZE 20 8 9 typedef struct LNode 10 { 11 int coef;//係數 12 int expn;//指數 13 stru
相關文章
相關標籤/搜索