a=(int**)malloc(m*sizeof(int*));剩下的没什么了返回int**,最后记得别忘了free,而且要每个a 都要free
a=(int**)malloc(m*sizeof(int*));
剩下的没什么了
返回int**,最后记得别忘了free,而且要每个a 都要free