P481tabtenn0】的更多相关文章

编程环境为Qt Creator 4.0.3 (Community) tabtenn0.h #ifndef TABTENN0_H #define TABTENN0_H #include <string> using namespace std; //简单的基类 class TableTennisPlayer { private: string firstname; string lastname; bool hasTable; public: TableTennisPlayer(const st…