05 2019 档案

摘要:1.代码如下: #ifndef CAR_H #define CAR_H #include<string> using std::string; class Car{ private: string maker; string model; int year; int odometer; public 阅读全文
posted @ 2019-05-16 19:59 Joey_Yan 阅读(136) 评论(2) 推荐(0)