samedi 24 mars 2018

Declared a 2D array , shows error

So , using codeblocks , i have just written a small cpp program. But it unexpectly shows this error (see image). Can't figure out what's wrong.

#include <bits/stdc++.h>
using namespace std;

int main()
{
    int mat[1000][1000];
    cout<<"done";
    return 0;
}

enter image description here

Aucun commentaire:

Enregistrer un commentaire