摘要: 1 #include<iostream> 2 using namespace std; 3 4 5 int arrayInit(int size, int **outbuf) 6 { 7 int a; 8 int *buf = NULL; 9 buf = (int *)malloc(sizeof(i 阅读全文
posted @ 2020-07-01 17:18 Kalzzz 阅读(152) 评论(0) 推荐(0)