11 2022 档案

摘要:task4: pets.hpp #pragma once #include<iostream> #include<string> using namespace std; class MachinePets{ public: MachinePets(const string s) :nickname 阅读全文
posted @ 2022-11-29 21:28 要比我快乐 阅读(10) 评论(0) 推荐(0)
摘要:实验五: task 5.cpp #include <iostream>#include "vectorInt.hpp" void test() { using namespace std; int n; cin >> n; vectorInt x1(n); for(auto i = 0; i < n 阅读全文
posted @ 2022-11-08 20:51 要比我快乐 阅读(19) 评论(0) 推荐(0)