Borderou de evaluare (job #2162503)
Utilizator | Data | 12 martie 2018 11:35:53 | |
---|---|---|---|
Problema | Parcurgere DFS - componente conexe | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:9:21: error: size of array ‘a’ is too large
int n, m, a[max][max], z, t[max], k=0;
^
user.cpp: In function ‘void citire()’:
user.cpp:16:9: error: ‘a’ was not declared in this scope
a[x][y]=1;
^
user.cpp: In function ‘void dfs(int)’:
user.cpp:24:12: error: ‘a’ was not declared in this scope
if(a[z][i]==1 && t[i]==0)
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !