摘要: #include<iostream> using namespace std; class Box{ private: double length; double width; public: void setLength(double length); void setWidth(double w 阅读全文
posted @ 2024-01-27 09:09 王ys 阅读(9) 评论(0) 推荐(0)