Borderou de evaluare (job #2342971)
Utilizator | Data | 13 februarie 2019 16:16:10 | |
---|---|---|---|
Problema | Floyd-Warshall/Roy-Floyd | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:21:21: warning: left operand of comma operator has no effect [-Wunused-value]
A[i,j] = min(A[i][j], A[i][k] + A[k][j]);
^
main.cpp:21:56: error: incompatible types in assignment of 'const int' to 'int [105]'
A[i,j] = min(A[i][j], A[i][k] + A[k][j]);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !