摘要: 1、 1 #ifndef MACHINEPETS_H 2 #define MACHINEPETS_H 3 4 #include<string> 5 using namespace std; 6 7 class MachinePets{ 8 private: 9 string nickname; 10 阅读全文
posted @ 2019-05-25 12:41 淳简拉基茨德 阅读(265) 评论(3) 推荐(0)