摘要: #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:02 陈若麟 阅读(4) 评论(0) 推荐(0) 编辑