摘要: 实验结论: (1) #ifndef BATTERY_H #define BATTERY_H class Battery { public: Battery(int x=70); int showbattery(); int batterySize; }; #endif #ifndef CAR_H # 阅读全文
posted @ 2019-05-18 14:39 Ternura 阅读(107) 评论(0) 推荐(0) 编辑