摘要: 四、实验结论 4 11 include using namespace std; class Square{ public: Square(float a,float b); float area(); private: float length,width; }; Square::Square(f 阅读全文
posted @ 2018-04-08 22:42 花逢君 阅读(168) 评论(10) 推荐(0) 编辑