11 2022 档案

摘要:pets.hpp #pragma once #include <iostream> #include <string> using namespace std; class MachinePets{ public: MachinePets(const string s):nickname(s){} 阅读全文
posted @ 2022-11-30 13:17 帽子戏法cyt 阅读(26) 评论(0) 推荐(0)
摘要:vectorInt.hpp #pragma once #include <cassert> #include <iostream> using namespace std; class vectorInt{ public: vectorInt(int n); vectorInt(int n, int 阅读全文
posted @ 2022-11-04 20:30 帽子戏法cyt 阅读(20) 评论(0) 推荐(0)