Good evening friends. I have never considered this operation and I do not know how to solve it, it turns out that I have a vector to which I have done a series of operations but I need to verify that all of them are fine. The only way I can think of was to print this vector on the screen and buy them with the original solution. The problem is that when you return it on the screen it is cut in half and I can not do it
cout << "Principio" << endl;
for (i = 0; i < 756; i++)
{
cout << vector[i] << " Numero " << i+1 << endl;
}
cout << auxi << endl;