《数据结构》严蔚敏 算法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
相关文章
相关标签/搜索