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