摘要: 1 #include <iostream> 2 using std::cout; 3 using std::endl; 4 5 class Point { 6 public: 7 Point(int x0 = 0, int y0 = 0); 8 Point(const Point& p); 9 ~P 阅读全文
posted @ 2022-09-28 22:19 xrzjjy 阅读(16) 评论(0) 推荐(0)