摘要: 实验任务1 task1.cpp源码: Point.hpp: 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 = 阅读全文
posted @ 2023-11-04 23:05 oacuiaka 阅读(31) 评论(0) 推荐(0)