#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 | #56705145 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 743 B |
Data încărcării | 03 Martie 2025, 13:42 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp:1:1: error: 'finclude' does not name a type finclude <bits/stdc++.h> ^ componenteconexe.cpp:4:1: error: 'ifstream' does not name a type ifstream fin ("componenteconexe.in"); ^ componenteconexe.cpp:5:1: error: 'ofstream' does not name a type ofstream fout ("componenteconexe.out"); ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:22:5: error: 'fin' was not declared in this scope fin >> n; ^ componenteconexe.cpp:30:12: error: 'v' was not declared in this scope if(v[i] == 0) dfs(i , nrc + 1) , nrc++; ^ componenteconexe.cpp:32:5: error: 'cout' was not declared in this scope cout << nrc << '\n'; ^ componenteconexe.cpp:37:21: error: 'v' was not declared in this scope if(i == v[j]) cout << j << " "; ^
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ă.