Borderou de evaluare (job #1862706)

Utilizator Vali_DeaconuVali Deaconu Vali_Deaconu Data 30 ianuarie 2017 10:33:25
Problema Taxe2 Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 100

Raport evaluator

Compilare: user.cpp: In function ‘void bellman_ford()’: user.cpp:47:27: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:47:34: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:47:46: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:47:51: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:47:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:47:69: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (cost[vec.x][vec.y] > cost[P.x][P.y] + A[vec.x][vec.y] && in_matrice(vec)) { ^ user.cpp:48:27: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^ user.cpp:48:34: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^ user.cpp:48:46: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^ user.cpp:48:51: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^ user.cpp:48:62: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^ user.cpp:48:69: warning: array subscript has type ‘char’ [-Wchar-subscripts] cost[vec.x][vec.y] = cost[P.x][P.y] + A[vec.x][vec.y]; ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms416kbOK10
20ms412kbOK10
30ms408kbOK10
40ms416kbOK10
50ms408kbOK10
60ms412kbOK10
70ms472kbOK10
80ms468kbOK10
94ms488kbOK10
104ms488kbOK10
Punctaj total100

Ceva nu functioneaza?