摘要: 实验任务二 1 #include<iostream> 2 3 using std::cout; 4 using std::cin; 5 using std::endl; 6 class Point { 7 public: 8 Point(int x0 = 0, int y0 = 0); 9 Poin 阅读全文
posted @ 2022-10-03 21:35 RICHENGG 阅读(29) 评论(0) 推荐(0)