數據結構 實驗一 線性表

#include <iostream> using namespace std; const int MAXSIZE = 20; const int ERROR = 0; const int OK = 1; typedef int Status; //順序表實現 //template <typename T> typedef struct Student { int number; int gra
相關文章
相關標籤/搜索