#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 | #14885776 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 1.81 KB |
Data încărcării | 23 Martie 2019, 12:04 | Scor / rezultat | 20 puncte |
componenteconexe.cpp: In function 'int bfs(int, int, muchie*, int, int*)': componenteconexe.cpp:23:14: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] parinte[i] = NULL; ^ componenteconexe.cpp:27:13: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] parinte[s] = NULL; ^ componenteconexe.cpp:13:14: warning: variable 'parinte' set but not used [-Wunused-but-set-variable] int d[101], parinte[101]; ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:104:7: warning: variable 'k' set but not used [-Wunused-but-set-variable] int k; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 60 | 0 | ||
4 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
Punctaj total | 20 |
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ă.