Borderou de evaluare (job #3164031)

Utilizator valentinchipuc123Valentin Chipuc valentinchipuc123 Data 1 noiembrie 2023 21:50:45
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 'void Compute_Distances(int, int**)': main.cpp:12:125: error: expected ')' before numeric constant 12 | if(dist[i][k] != 0 && dist[k][j] != 0 && i != j && ( (dist[i][k] + dist[k][j] < dist[i][j]) || !dist[i][j] )1) dist[i][j] = dist[i][k] + dist[k][j]; | ~ ^ | ) Non zero exit status: 1

Ceva nu functioneaza?