11 2022 档案

摘要:task4: pets.hpp: #pragma once #include<iostream> #include<string> using namespace std; class MachinePets { public: MachinePets(){ } MachinePets(const 阅读全文
posted @ 2022-11-30 11:26 动次打次的动点P 阅读(4) 评论(0) 推荐(0)
摘要:task 5: #include<iostream> #include <cassert> #include<stdlib.h> #define value 1 using namespace std; class vectorint { public: vectorint(int a) { ele 阅读全文
posted @ 2022-11-09 08:40 动次打次的动点P 阅读(28) 评论(0) 推荐(0)