2017年4月5日
摘要: #include<iostream>using namespace std;class Point{public: Point(double a=0,double b=0):xx(a),yy(b){} virtual double x(){return xx;} virtual double y() 阅读全文
posted @ 2017-04-05 11:23 TogetherLaugh 阅读(127) 评论(0) 推荐(0) 编辑