Liam
Liam
I am also having this issue, and I'm having it with other libraries as well, do we need to build td somewhere specific?
I've had this issue a few times, and there was something wrong with my g++ installation, I suggest you try compiling manually and see what happens.
> #include > using namespace std; > int main(){ > int n,a; > cin>>n; > vector v; > for (int i=0; i cin>>a; > v.push_back(a); > } > for (int...
try that
Also when I was having that error it was because of my float libraries being outdated in my g++ installation.
> > Also when I was having that error it was because of my float libraries being outdated in my g++ installation. > > #include > using namespace std; >...