cpp vector with int as well as other vectors 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);