6
const int L=10;
std::complex<double> c_array[L][L][L][L][L][L]    // 6 dimensions

必要なスペース: 2*8*10^6 バイト

すべてのメモリを使い果たすべきではありませんよね?

4

1 に答える 1