how to take input for a vector of vectors ??
How to take input for a vector of vectors?
hello @S19LPPP0202
let say u have defined vector of vector as
vector < vector< int > > v;
read each vector separately and then push it to v.
by using push_back function like v.push_back(some vector ).
plz reply to this problem as well…
plz reply at least …
this is the link of the new doubt itself you click on it i have given it in the form of a link…
this will lead you to that new doubt…
bro i m telling u to raise the doubt( the way u raised this doubt) then only any TA will take ur doubt.
TA only take raised doubt. use ask doubt to raise a doubt.
i have done that only but there is no response …till now on that…
i have raised the doubt using ask doubt only and have shared the link with you as well in this chat so that you can reply on it it is there on my account as well…
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
provide the code for taking input of vector of vectors…