#580
Roy-Warshall
Se dă lista arcelor unui graf orientat. Construiți matricea drumurilor, folosind algoritmul lui Roy-Warshall.
Problema | Roy-Warshall | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52729059 | Utilizator | |
Fișier | roy-warshall.cpp | Dimensiune | 598 B |
Data încărcării | 08 Octombrie 2024, 09:05 | Scor / rezultat | Eroare de compilare |
roy-warshall.cpp: In function 'void citire()': roy-warshall.cpp:7:5: error: 'fin' was not declared in this scope fin>>n>>m; ^ roy-warshall.cpp:9:14: error: 'x' was not declared in this scope fin>>x>>y; ^ roy-warshall.cpp:9:17: error: 'y' was not declared in this scope fin>>x>>y; ^ roy-warshall.cpp:10:9: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ roy-warshall.cpp: In function 'void warshall()': roy-warshall.cpp:18:37: error: 'a' was not declared in this scope if(i!=k && j!=k && !a[i][j] ) ^ roy-warshall.cpp:21:1: error: a function-definition is not allowed here before '{' token { ^ roy-warshall.cpp:29:1: error: a function-definition is not allowed here before '{' token { ^ roy-warshall.cpp:34:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Roy-Warshall face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.