摘要: 求多边形的面积 1 #include<iostream> 2 using namespace std; 3 class CPolygon{ 4 protected: 5 int width,height; 6 public: 7 void set_values(int a,int b) 8 { 9 阅读全文
posted @ 2023-04-17 19:59 Code13 阅读(55) 评论(0) 推荐(0) 编辑