... array 'p' is to large" 那如果用動態陣列(以下) p=(double***)malloc(n*sizeof(*p)); *p=(double**)malloc(n*n*sizeof(**p)); **p=(double*)malloc(n ...
確定! 回上一頁