摘要: 任务1: 1 #pragma once 2 3 #include <iostream> 4 using std::cout; 5 using std::endl; 6 7 class Point { 8 public: 9 Point(int x0 = 0, int y0 = 0); 10 ~Poi 阅读全文
posted @ 2023-11-06 03:56 陈少秋 阅读(6) 评论(0) 推荐(0) 编辑