摘要: //#include<iostream>//using namespace std;//class Vehicle//{//public:// virtual float travelTime(float) = 0;// virtual void setSpeed(float) = 0;//};// 阅读全文
posted @ 2023-05-04 21:23 赵千万 阅读(12) 评论(0) 推荐(0) 编辑