用C++評選優秀教師和優秀學生

//評選優秀教師和優秀學生 #include<iostream.h> #include<string.h> class base//定義基類 { protected: char name[8]; //姓名 int chengji; //chengji 表示學生的成績 int file; //file 表示論文 public: base(char n[8]) {
相關文章
相關標籤/搜索