摘要: 任务3: 源码: 1 #include <iostream> 2 #include <vector> 3 #include "pets.hpp" 4 5 void test() { 6 using namespace std; 7 8 vector<MachinePets*> pets; 9 10 阅读全文
posted @ 2024-12-08 21:42 孙一发 阅读(2) 评论(0) 推荐(0) 编辑