course icon indicating copy to clipboard operation
course copied to clipboard

bug : course/06/01_for/07/main.cpp

Open Daydream0929 opened this issue 1 year ago • 0 comments

三维数组vector初始化大小应为n * n * n

std::vector a(n * n); ---------》 std::vector a(n * n *n);

Daydream0929 avatar Jan 08 '24 07:01 Daydream0929