using std; //later.. vector<int> V(6); V[0] = min(V[1], V[2]));
std::vector V(6); V[0] = std::min(V[1], V[2]));
nedwaves.com 2017 [171108]