摘要: #include<iostream> using namespace std; class transport { public : transport(){} virtual ~transport(){} virtual void bedrive()=0; }; class bus :public 阅读全文
posted @ 2022-10-17 08:25 今天又双叒叕在敲代码 阅读(17) 评论(0) 推荐(0) 编辑