📜  如何在 C++ 代码示例中初始化 3d 向量

📅  最后修改于: 2022-03-11 14:44:48.930000             🧑  作者: Mango

代码示例1
vector>> dp(n+1,vector>(n+1,vector(n+1,-1)));