Borderou de evaluare (job #1618211)

Utilizator hackerliAndrei Ion hackerli Data 27 februarie 2016 18:52:02
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:6:21: error: size of array ‘a’ is too large int a[100000][100000], n, m, x, y, viz[100000], sol[100000][100000]; ^ user.cpp:6:67: error: size of array ‘sol’ is too large int a[100000][100000], n, m, x, y, viz[100000], sol[100000][100000]; ^ user.cpp: In function ‘void dfplus(int)’: user.cpp:17:12: error: ‘a’ was not declared in this scope if(a[t][i]==1&&viz[i]==0) ^ user.cpp: In function ‘void dfminus(int)’: user.cpp:28:12: error: ‘a’ was not declared in this scope if(a[i][t]==1) ^ user.cpp: In function ‘int main()’: user.cpp:49:9: error: ‘a’ was not declared in this scope a[x][y]=1; ^ user.cpp:63:21: error: ‘sol’ was not declared in this scope sol[t][k]=j; ^ user.cpp:76:24: error: ‘sol’ was not declared in this scope for(int j=1;j<=sol[i][0];j++) ^

Ceva nu functioneaza?