摘要: #include <iostream> using namespace std; class Line { public: int getLength( void ); Line( int len ); // 简单的构造函数 Line( const Line &obj); // 拷贝构造函数 ~Li 阅读全文
posted @ 2018-05-20 14:44 扰扰 阅读(226) 评论(0) 推荐(0) 编辑