yy-L886

导航

2022年11月29日 #

实验五 多态和继承

摘要: 1 #pragma ocne 2 #include<iostream> 3 #include<string> 4 using namespace std; 5 class MachinePets 6 { 7 string nickname; 8 public: 9 MachinePets(const 阅读全文

posted @ 2022-11-29 19:27 小猪葛屁了 阅读(16) 评论(0) 推荐(0) 编辑