Borderou de evaluare (job #1463239)
Utilizator | Data | 20 iulie 2015 16:48:34 | |
---|---|---|---|
Problema | Sortare topologica | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:21: error: size of array ‘Mt’ is too large
long Mt[50001][50001];
^
user.cpp: In function ‘int check(int)’:
user.cpp:12:12: error: ‘Mt’ was not declared in this scope
if(Mt[j][nod])return 0;
^
user.cpp: In function ‘void Sorto()’:
user.cpp:26:16: error: ‘Mt’ was not declared in this scope
if(Mt[nod][i])
^
user.cpp: In function ‘int main()’:
user.cpp:52:9: error: ‘Mt’ was not declared in this scope
Mt[x][y]=1;
^
user.cpp:59:16: error: ‘Mt’ was not declared in this scope
e+=Mt[i][j];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !