#438
ComponenteConexe
Se dă lista muchiilor unui graf neorientat. Să se afișeze componentele conexe ale acestui graf.
Problema | ComponenteConexe | Operații I/O |
componenteconexe.in /componenteconexe.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54866370 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 506 B |
Data încărcării | 10 Decembrie 2024, 19:14 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp: In function 'void dfs(int, int)': componenteconexe.cpp:9:10: error: invalid types 'int[int]' for array subscript v[nod]=1; ^ componenteconexe.cpp:11:27: error: invalid types 'int[int]' for array subscript if(a[nod][i]==1 && v[i]==0) ^ componenteconexe.cpp:12:10: error: too few arguments to function 'void dfs(int, int)' dfs(i); ^ componenteconexe.cpp:6:6: note: declared here void dfs(int nod, int v) ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:20:10: error: too few arguments to function 'void dfs(int, int)' dfs(i); ^ componenteconexe.cpp:6:6: note: declared here void dfs(int nod, int v) ^ componenteconexe.cpp:22:8: error: 'v' was not declared in this scope if(v[i]==0) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe 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ă.