摘要:
#include#includeusing namespace std;class Point{public:Point(int xx=0,int yy=0){X=xx;Y=yy;}Point(Point &p);int getX(){return X;}int getY(){return Y;... 阅读全文
posted @ 2014-08-18 19:53
_noname
阅读(132)
评论(0)
推荐(0)