11 2022 档案

摘要:task4.cpp: #pragma once #include<iostream> #include<string> using namespace std; class MachinePets{ public: MachinePets(const string s) :nickname{ s } 阅读全文
posted @ 2022-11-28 22:37 彭鑫宇 阅读(16) 评论(0) 推荐(0) 编辑
摘要:实验任务5: task5.hpp #pragma once #include<iostream> #define MAXSIZE 10000 using namespace std; class vectorInt { public: //构造函数与析构函数 vectorInt(int n); ve 阅读全文
posted @ 2022-11-03 19:39 彭鑫宇 阅读(43) 评论(0) 推荐(0) 编辑