三维数组vector初始化大小应为n * n * n std::vector<float> a(n * n); ---------》 std::vector<float> a(n * n *n);