摘要:
task4: Vector.hpp #pragma once #include<iostream> #include<stdexcept> using namespace std; template <typename T> class Vector { public: Vector(int siz 阅读全文
posted @ 2024-12-17 18:09
bearrrr
阅读(16)
评论(0)
推荐(0)
摘要:
task3: pets.hpp #pragma once #include<iostream> using namespace std; class MachinePets { public: MachinePets(const string& s) :nickname{ s } {} virtua 阅读全文
posted @ 2024-12-02 22:01
bearrrr
阅读(21)
评论(0)
推荐(0)
浙公网安备 33010602011771号