This line unexpectedly prompted error message:

vector<long> pixred68(end68),pixgreen68(end68),pixblue68(end68) ,Redrect68(end68),Greenrect68(end68), Bluerect68(end68);

Wherein am I mistaken? Is it because of the length of declarataion? Is it because of the integer end68 which has the value of 277205850? If it is what should I do?
I need vectors of that size!!!