動態配置二維陣列不能int **a = new int[m][n],程式語言設計上 ... int **a = (int ** ) malloc ( m* sizeof(int*) ) ; //先配置m個指標 (a[])
確定! 回上一頁