How to resize multidimensional vector such as:
vector > > array;
For example, I need arr
array.resize(3,vector >(5,vector(10)));