C++ 创建动态二维数组 使用vect<vec> 并初始化为0

vector<vector<int> >dp(alen,vector<int>(blen,0));
原文地址:https://www.cnblogs.com/rednodel/p/12697971.html