項目3、

#include <iostream> #include<conio.h> #include <windows.h> using namespace std; enum vehicleStaus {rest, running}; //車輛狀態:泊車、行進 class vehicle //車輛類 { protected: int maxSpeed; //最大車速 int currentSpe
相關文章
相關標籤/搜索