實驗一作業

#include<iostream> using namespace std; const int MaxSize = 100; template<class DataType> class SeqList { public: SeqList() { length = 0; } SeqList(DataType a[], int n) ; ~SeqList() {}; int Length() {
相關文章
相關標籤/搜索