有序表的合并数据结构 #include #include "List.h" #include "SqList.h" #include "LinkList.h" using namespace std; //打印函数,应用于遍历中的访问函数 void Print(const int &c) { cout Length();