Borderou de evaluare (job #1756933)

Utilizator GandalfTheWhiteGandalf the White GandalfTheWhite Data 13 septembrie 2016 22:33:32
Problema Floyd-Warshall/Roy-Floyd Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘int main()’: user.cpp:22:17: error: ‘a’ was not declared in this scope if (a[i][k] && a[k][j] && (a[i][j] > a[i][k] + a[k][j] || !a[i][j]) && i != j) a[i][j] = a[i][k] + a[k][j]; ^

Ceva nu functioneaza?