摘要: 实验任务2 源代码: 1 #include <iostream> 2 using std::cout; 3 using std::endl; 4 5 class Point 6 { 7 public: 8 Point(int x0 = 0, int y0 = 0); 9 Point(const Po 阅读全文
posted @ 2022-09-28 19:36 段彦博 阅读(11) 评论(0) 推荐(0)