摘要: 1 #include<iostream> 2 using namespace std; 3 class Rectangle { 4 public: 5 int j; 6 void area(int X = 0, int Y = 0, int A = 0, int B = 0); 7 private: 阅读全文
posted @ 2023-04-27 22:33 Code13 阅读(77) 评论(0) 推荐(0) 编辑