12 2023 档案

摘要:任务1 task1 #include "Complex.hpp" #include <iostream> #include <fstream> #include <stdexcept> // 测试1:复数模板类测试 void test1() { using namespace std; Comple 阅读全文
posted @ 2023-12-17 21:57 15468483 阅读(16) 评论(0) 推荐(0)
摘要:任务3 pets #include <iostream> #include <string> #pragma once using namespace std; class MachinePets { private: string nickname; public: MachinePets(con 阅读全文
posted @ 2023-12-04 00:17 15468483 阅读(12) 评论(0) 推荐(0)