摘要: #include<iostream> #include<cmath> #include"Rectangle.h" using namespace std; int main() { Rectangle rect; rect.intiRectangle(2, 3, 20, 10); rect.move 阅读全文
posted @ 2023-04-10 20:34 赵千万 阅读(25) 评论(0) 推荐(0)