摘要: using namespace std; class Point{ public: double x; double y; Point(){} void setPoint(double x,double y ) { ... 阅读全文
posted @ 2015-12-25 09:45 小德cyj 阅读(468) 评论(0) 推荐(0) 编辑