#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 | #54891206 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 1.05 KB |
Data încărcării | 11 Decembrie 2024, 13:39 | Scor / rezultat | 0 puncte |
componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:30:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<cc[c].size();i++) ^ componenteconexe.cpp: In function 'void citire()': componenteconexe.cpp:39:11: warning: unused variable 'm' [-Wunused-variable] int i,j,m,k; ^ componenteconexe.cpp:39:13: warning: unused variable 'k' [-Wunused-variable] int i,j,m,k; ^ componenteconexe.cpp: In function 'void dfs(int)': componenteconexe.cpp:59:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<g[x].size();i++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 60 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 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ă.