摘要: 开始搬砖! 1 #include<stdio.h> 2 #include<iostream> 3 4 bool GetResult(int **& array, unsigned x, unsigned y) 5 { 6 array = new int *[x]; 7 for (unsigned i 阅读全文
posted @ 2019-03-11 22:12 Hyapp 阅读(271) 评论(0) 推荐(0) 编辑