《數據結構》嚴蔚敏 算法2.22

用鏈表實現兩個多項式相加 #include<stdio.h> #include<string.h> #include<stdlib.h> #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW -2 typedef int Status; type
相關文章
相關標籤/搜索