#438
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 | #58714937 | Utilizator | |
| Fișier | componenteconexe.cpp | Dimensiune | 1017 B |
| Data încărcării | 23 Iulie 2025, 16:51 | Scor/rezultat | 100 puncte |
componenteconexe.cpp: In function 'bool dfs(int)': componenteconexe.cpp:11:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( int i = 0 ; i < edges[nod].size() ; i++ ) ^ componenteconexe.cpp:14:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:33:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( j = 0 ; j < ans[i].size() ; j++ ) ^ componenteconexe.cpp:18:17: warning: unused variable 'cnt' [-Wunused-variable] int n , i , cnt , a , b , j; ^
| Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
|---|---|---|---|---|---|---|
| 1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
| 2 | 0 secunde | OK. | 60 | 60 | ||
| 4 | 0 secunde | OK. | 20 | 20 | ||
| Punctaj total | 100 | |||||
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ă.