Borderou de evaluare (job #1691938)

Utilizator GeorginskyGeorge Georginsky Data 19 aprilie 2016 20:07:35
Problema Markon Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:11:16: error: size of array ‘a’ is too large bool a[MAX][MAX]; ^ user.cpp: In function ‘void read()’: user.cpp:22:9: error: ‘a’ was not declared in this scope a[X][Y]=true; ^ user.cpp: In function ‘void mark(int)’: user.cpp:31:16: error: ‘a’ was not declared in this scope if(a[A][B]&&orase_marcate[B]==1){ ^ user.cpp: In function ‘void bfs()’: user.cpp:58:12: error: ‘a’ was not declared in this scope if(a[x][i]){ ^ user.cpp:70:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<noduri_marcate.size(); i++){ ^

Ceva nu functioneaza?