摘要: #include <iostream> using namespace std; class Rectangle {public: Rectangle(int top, int left, int bottom, int right); ~Rectangle(){} int getTop() con 阅读全文
posted @ 2023-04-24 23:18 KuanDong24 阅读(102) 评论(0) 推荐(0) 编辑