*a=(int **)malloc(m*sizeof(char *));這句話用c++的new該怎么寫?抱歉寫錯了,應該是a=(int **)malloc(m*sizeof(int *)); 查看完整描述