摘要: 任务1: 1.代码:point.hpp: 1 #pragma once 2 3 #include <iostream> 4 using std::cout; 5 using std::endl; 6 class Point { 7 public: 8 Point(int x0 = 0, int y0 阅读全文
posted @ 2023-11-05 21:06 懿里 阅读(23) 评论(0) 推荐(0)