摘要: #include<iostream> using std::cout; using std::endl; using namespace std; class Point { public: Point(int x0 = 0, int y0 = 0); Point(const Point&p ); 阅读全文
posted @ 2022-09-29 19:47 nibapi 阅读(4) 评论(0) 推荐(0) 编辑