Answer the question
In order to leave comments, you need to log in
How to fix a bug with connecting vectors?
I have a Mac (MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports). 10.14.2 Mojave). Just downloaded vs code. Installed C++ Intropreter and Code Runner.
I run the following program:
#include <iostream>
#include <vector>
using namespace std;
int main()
{
vector<int> vec = {1, 3, 5};
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question