11 2022 档案

摘要:pets.hpp源码 #include <iostream> #include<string.h> using namespace std; class MachinePets { private: string nickname; public: MachinePets(const string 阅读全文
posted @ 2022-11-28 19:05 丁鑫铖 阅读(32) 评论(0) 推荐(0)
摘要:实验任务5 vectorlnt.hpp #pragma once #include<iostream> #include<cassert> using std::cout; class vectorInt { public: vectorInt(int n); vectorInt(int n, in 阅读全文
posted @ 2022-11-07 09:38 丁鑫铖 阅读(31) 评论(0) 推荐(0)