數據結構實驗三

#include<iostream> #include<string> using namespace std; const int MaxSize=10; class Student { private: int math[MaxSize]; int Chinese[MaxSize]; char *name[MaxSize]; int lenght; public: Student(){leng
相關文章
相關標籤/搜索