摘要: 题一: #ifndef BATTERY_H #define BATTERY_H class Battery { public: Battery(int x = 70); int getbattery()const; private: int batterySize; }; #endif #ifnde 阅读全文
posted @ 2019-05-17 19:08 敲代码了吗 阅读(97) 评论(2) 推荐(0) 编辑