// Create a vector containing n //vectors of size m, all u=initialized with 0 vector<vector<int> > vec( n , vector<int> (m, 0));