#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 | #49037142 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 954 B |
Data încărcării | 13 Februarie 2024, 13:14 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:37:18: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int' ParcurgereL(1); ^ componenteconexe.cpp:16:6: error: in passing argument 1 of 'void ParcurgereL(int&)' void ParcurgereL(int &ns) ^ componenteconexe.cpp:40:12: error: 'viz' was not declared in this scope if(viz[i] == 0) ^ componenteconexe.cpp:35:9: warning: unused variable 'ns' [-Wunused-variable] int ns,i,k,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ă.