摘要: #include<iostream> #include<vector> #include<string> using namespace std; int max = 100; //分配函数 void alloc(vector<vector<int>> &address,int size) { if 阅读全文
posted @ 2022-11-13 00:06 chunbai11 阅读(43) 评论(0) 推荐(0)