#2282
ComponenteConexe4
Se consideră un graf neorientat cu n
vârfuri și m
muchii. Cele m
muchii se elimină pe rând din graf. Pentru fiecare muchie eliminată trebuie să spuneți câte componente conexe are graful.
Problema | ComponenteConexe4 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53413342 | Utilizator | |
Fișier | componenteconexe4.cpp | Dimensiune | 776 B |
Data încărcării | 29 Octombrie 2024, 11:32 | Scor / rezultat | Eroare de compilare |
componenteconexe4.cpp:4:21: error: size of array 'a' is too large int a[100001][100001] , v[100001],n ,m,k ; ^ componenteconexe4.cpp: In function 'int adanc(int, int)': componenteconexe4.cpp:9:12: error: 'a' was not declared in this scope if(a[nod][i]==1 && v[i]==0) ^ componenteconexe4.cpp:12:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ componenteconexe4.cpp: In function 'int main()': componenteconexe4.cpp:21:9: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ componenteconexe4.cpp:27:13: error: 'a' was not declared in this scope a[d1[i]][d2[i]]=0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe4 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ă.