摘要: 实验三 test.cpp #include <iostream> #include <vector> #include "pets.hpp" void test() { using namespace std; vector<MachinePets *> pets; pets.push_back(n 阅读全文
posted @ 2024-12-03 17:27 hinaou 阅读(18) 评论(0) 推荐(0)