順序表的實現(補運行結果截圖)

源代碼: #include<iostream.h> const int MaxSize=12;                                                                              //線性表最多有12個元素 class SeqList{ public: SeqList(){length=0;}                  
相關文章
相關標籤/搜索