This shouldn't be tagged #c which is for C, not C++. This should be tagged #cpp.
Please learn to use Markdown, specifically code fences for formatting code so it's more readable.
Lastly, your code also won't even compile. You don't include the header for vector and vector is a template class and you're missing the template types. You also misspell vector as Vector once. Case matters.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This shouldn't be tagged
#cwhich is for C, not C++. This should be tagged#cpp.Please learn to use Markdown, specifically code fences for formatting code so it's more readable.
Lastly, your code also won't even compile. You don't include the header for
vectorandvectoris a template class and you're missing the template types. You also misspellvectorasVectoronce. Case matters.