#include #include #include using namespace std; int main() { // Remember to return any memory allocated vector html_lists{/*Create 1 new Enumerate and 1 new Description*/}; /*Call push_back on Enumerate with "Nemesis"*/ /*Call push_back on Enumerate with "Gloomhaven"*/ /*Call push_back on Enumerate with "VirginQueen"*/ /*Call push_back on Description with "Nemesis SciFi survival horror games"*/ /*Call push_back on Description with "Gloomhaven Fantasy legacy game"*/ /*Call push_back on Description with "VirginQueen GMT wargame set in the Elizabethian era"*/ /*Iterate through enumerate and description and call display on each*/ }