摘要: 实验任务1 point.hpp 1 #pragma once 2 #include <iostream> 3 using std::cout; 4 using std::endl; 5 class Point 6 { 7 public: 8 Point(int x0 = 0, int y0 = 0) 阅读全文
posted @ 2023-11-06 00:57 春满城 阅读(22) 评论(0) 推荐(0)