11 2022 档案

摘要:task4:pet.hpp #pragma once #include<iostream> using namespace std; class MachinePets{ public: MachinePets(const string s){ nickname=s; } virtual strin 阅读全文
posted @ 2022-11-30 11:54 左绪青 阅读(15) 评论(0) 推荐(0) 编辑
摘要:实验任务5: vectorInt.hpp #pragma once #include<bits/stdc++.h> using namespace std; class vectorInt{ public: vectorInt(int n); vectorInt(int n,int v); vect 阅读全文
posted @ 2022-11-09 08:21 左绪青 阅读(14) 评论(0) 推荐(0) 编辑