#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 | #49037117 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 925 B |
Data încărcării | 13 Februarie 2024, 13:13 | 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:38:9: error: 'i' was not declared in this scope for(i = 1; i <= n; i++) ^ componenteconexe.cpp:40:12: error: 'viz' was not declared in this scope if(viz[i] == 0) ^ componenteconexe.cpp:42:13: error: 'k' was not declared in this scope k++; ^ componenteconexe.cpp:43:17: error: 'bf' was not declared in this scope bf(i); ^ componenteconexe.cpp:46:11: error: 'k' was not declared in this scope fout<<k<<'\n'; ^ componenteconexe.cpp:47:9: error: 'i' was not declared in this scope for(i = 1; i <= k; i++) ^ componenteconexe.cpp:49:13: error: 'j' was not declared in this scope for(j = 1; j <= n; j++) ^ componenteconexe.cpp:51:16: error: 'viz' was not declared in this scope if(viz[j] == i) g << j << " "; ^ componenteconexe.cpp:51:29: error: 'g' was not declared in this scope if(viz[j] == i) g << j << " "; ^ componenteconexe.cpp:35:9: warning: unused variable 'ns' [-Wunused-variable] int ns; ^
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ă.