how to call integer variable in vectors in c++ code example
Example: store arbitrarly large vector of doubles c++
typedef std::vector<int> int_vector;
int_vector dp(10000);
typedef std::vector<int> int_vector;
int_vector dp(10000);