/*creates 2d vector “v[num_of_row][num_of_col]” ... vec.push_back(row); // Push that row to vector. vec[0].push_back(3); // Add an element to row.
確定! 回上一頁