摘要: #include <iostream> #include <string> using namespace std; class MachinePets{ public: MachinePets(const string s):nickname(s){}; string getNickname(); 阅读全文
posted @ 2019-06-01 21:10 mzzzy 阅读(86) 评论(1) 推荐(0)