220011wan

导航

实验一作业

1 #include <iostream> 2 using namespace std; 3 // 定义Point类 4 class Point 5 { 6 public: 7 Point(int x0 = 0, int y0 = 0); 8 Point(const Point &p); 9 ~Po

posted on 2022-09-28 20:52  或者明天  阅读(12)  评论(0编辑  收藏  举报