i have a vector Vector<Vector<int>> e i want to count how many vectors are within the vector. Doing e.vec_size() returns me the number of elements in the whole vector int vec_count(){return e.size()}
Vector<Vector<int>> e
e.vec_size()
int vec_count(){return e.size()}
Aucun commentaire:
Enregistrer un commentaire