摘要: 实验三 1 #include<iostream> 2 #include<string> 3 using namespace std; 4 class Car { 5 public: 6 Car(string z,string x,int y,int m=0):maker(z),model(x),ye 阅读全文
posted @ 2021-11-24 17:11 hyh&&tyq 阅读(33) 评论(3) 推荐(0)