摘要:
"5 1" "5 2" include include using namespace std; template class MySet { private: T data[100]; int count; public: MySet() { count = 0; }; int addSet(T 阅读全文
摘要:
先是自己凭借自己在课堂上的记忆打了一遍。自然出了错误。 include include using namespace std; class people { private: int age; int sex; // 1 girl 2 boy public: people(int a = 0, i 阅读全文