I have to make a program that stores the biggest sum you can get from a vector's integer elements. So how do I initialize max?
If it were about finding the minimum, I'd initialize min=MAXINT, or min=MAXLONG from #include<values.h> but it seems there is no MININT or MINLONG for me to initialize max. Can you help?