#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 | #48785977 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 934 B |
Data încărcării | 05 Februarie 2024, 16:56 | Scor / rezultat | 40 puncte |
componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:9:53: warning: unused variable 'x' [-Wunused-variable] int a[101][101]={0},start,viz[101]={0},c[101],n,x,p,i,j,L,q,y,u,cnt=0; ^ componenteconexe.cpp:9:61: warning: unused variable 'L' [-Wunused-variable] int a[101][101]={0},start,viz[101]={0},c[101],n,x,p,i,j,L,q,y,u,cnt=0; ^ componenteconexe.cpp:9:63: warning: unused variable 'q' [-Wunused-variable] int a[101][101]={0},start,viz[101]={0},c[101],n,x,p,i,j,L,q,y,u,cnt=0; ^ componenteconexe.cpp:9:65: warning: unused variable 'y' [-Wunused-variable] int a[101][101]={0},start,viz[101]={0},c[101],n,x,p,i,j,L,q,y,u,cnt=0; ^
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 | OK. | 20 | 20 | ||
Punctaj total | 40 |
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ă.