Borderou de evaluare (job #1806668)
Utilizator | Data | 15 noiembrie 2016 16:49:31 | |
---|---|---|---|
Problema | Parcurgere DFS - componente conexe | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:22: error: size of array ‘x’ is too large
bool x[100000][100000],v[100000];
^
user.cpp:8:22: error: size of array ‘nr’ is too large
int nr[100000][100000],maax=-1;
^
user.cpp: In function ‘int cit()’:
user.cpp:17:9: error: ‘x’ was not declared in this scope
x[q][w]=1;
^
user.cpp:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
user.cpp: In function ‘void adancime(int)’:
user.cpp:27:21: error: ‘x’ was not declared in this scope
if(v[i]==0&&x[i][r]==1)
^
user.cpp: In function ‘int main()’:
user.cpp:33:11: warning: unused variable ‘j’ [-Wunused-variable]
int i,j;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !