摘要: #include <iostream> using namespace std; class Rectgangle{ private: int length; int width; public: void js(int l,int w){ length=l; width=w; } void sj( 阅读全文
posted @ 2025-02-23 09:58 最后一个还有我 阅读(16) 评论(0) 推荐(0)