Borderou de evaluare (job #1808299)
Utilizator | Data | 17 noiembrie 2016 16:32:30 | |
---|---|---|---|
Problema | Parcurgere DFS - componente conexe | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:20: error: size of array ‘x’ is too large
bool x[99999][99999];
^
user.cpp: In function ‘void adancime(int)’:
user.cpp:14:12: error: ‘x’ was not declared in this scope
if(x[r][i]==1&&v[i]==0)
^
user.cpp: In function ‘int main()’:
user.cpp:26:9: error: ‘x’ was not declared in this scope
x[q][w]=1;
^
user.cpp:20:13: warning: unused variable ‘j’ [-Wunused-variable]
int m,i,j;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !