Borderou de evaluare (job #1710302)
Utilizator | Data | 28 mai 2016 19:27:13 | |
---|---|---|---|
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 ‘void RoyFloyd(int (*)[102], int)’:
user.cpp:32:46: error: ‘a’ was not declared in this scope
if (mat[i][k] + mat[k][j] < mat[i][j] && a[i][k] != 0 && a[k][j] != 0) mat[i][j] = mat[i][k] + mat[k][j];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !