NFurioso

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年11月5日

摘要: 任务一 task1.cpp #include <iostream> #include <string> #include <vector> #include <array> template<typename T> void output1(const T &obj){ for(auto i: ob 阅读全文
posted @ 2023-11-05 20:39 NFurioso 阅读(10) 评论(0) 推荐(0)

摘要: 任务一 point.hpp #pragma once #include <iostream> using std::cout; using std::endl; class Point { public: Point(int x0 = 0, int y0 = 0); ~Point() = defau 阅读全文
posted @ 2023-11-05 19:53 NFurioso 阅读(16) 评论(0) 推荐(0)