摘要: 实验任务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 ~Po 阅读全文
posted @ 2023-11-06 09:40 moliqi 阅读(20) 评论(0) 推荐(0)