12 2024 档案
摘要:1.实验任务4 Vector.hpp 1 #pragma once 2 #include <iostream> 3 #include <stdexcept> 4 5 using namespace std; 6 7 template<typename T> 8 class Vector { 9 pu
阅读全文
摘要:1.实验任务三 pets.hpp 1 #pragma once 2 #include<iostream> 3 #include<string> 4 using namespace std; 5 6 class MachinePets{ 7 public: 8 MachinePets(const st
阅读全文

浙公网安备 33010602011771号