摘要: task3 #include <iostream> #include <vector> #include "pets.hpp" void test() { using namespace std; vector<MachinePets *> pets; pets.push_back(new PetC 阅读全文
posted @ 2024-12-08 10:53 何逸雪 阅读(15) 评论(0) 推荐(0)