摘要: task2: #include <iostream> using std::cout; using std::endl; // 定义Point类 class Point { public: Point(int x0 = 0, int y0 = 0); Point(const Point&p ); ~ 阅读全文
posted @ 2022-10-04 20:03 miantiaooooo 阅读(3) 评论(0) 推荐(0) 编辑