Why does the following code give me an error like Segmentation Fault Core dumped when I run it?
#include <vector> #include <iostream> using namespace std; int main() { vector< vector<int> > a; return 0; }
Aucun commentaire:
Enregistrer un commentaire