What contains the list variable instantiated below ?
list
vector<int> list(5, 4)
{5, 4}
{5, 5, 5, 5}
{4, 4, 4, 4, 4}
Trick question : there is a compilation error