#include #include using namespace std; int main () { vector MyList(2); MyList[0]=1; MyList[1]=2; MyList.push_back(5); cout<