C语言 单链表 实现多项式求和 #include #include typedefstruct Node {int coeff;int exp;struct Node* next;} Node;// 插入节点并保持降序排列,合并同类项void inser c语言 printf node 单链表 c语言单链表 2025-03-14 10:15 4