#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 | #64818244 | Utilizator | |
| Fișier | componenteconexe.cpp | Dimensiune | 777 B |
| Data încărcării | 03 Iunie 2026, 13:10 | Scor/rezultat | Eroare de compilare |
componenteconexe.cpp: In function ‘int dfs(int, int)’: componenteconexe.cpp:12:12: error: ‘a’ was not declared in this scope 12 | if(a[k][i]==1&&viz[i]==0) | ^ componenteconexe.cpp:14:1: warning: no return statement in function returning non-void [-Wreturn-type] 14 | } | ^ componenteconexe.cpp: In function ‘int main()’: componenteconexe.cpp:22:12: error: ‘a’ was not declared in this scope 22 | a[x][y]=a[y][x]=1; | ^
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ă.