#1572
Dându-se un graf conex, să se determine componentele biconexe, punctele de articulaţie şi muchiile critice ale acestuia.
| Problema | ComponenteBiconexe | Operații I/O |
componentebiconexe.in/componentebiconexe.out
|
|---|---|---|---|
| Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #63115065 | Utilizator | |
| Fișier | componentebiconexe.cpp | Dimensiune | 1.74 KB |
| Data încărcării | 15 Februarie 2026, 13:22 | Scor/rezultat | Eroare de compilare |
componentebiconexe.cpp:7:35: error: size of array 'a' is too large long long n,m,x,y,a[100001][100001]; ^ componentebiconexe.cpp: In function 'void df(int)': componentebiconexe.cpp:16:12: error: 'a' was not declared in this scope if(a[u][i]==1) ^ componentebiconexe.cpp: In function 'int main()': componentebiconexe.cpp:38:9: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ componentebiconexe.cpp:56:33: error: 'a' was not declared in this scope if(low[i]>low[j] && a[i][j]==1) ^ componentebiconexe.cpp:72:33: error: 'a' was not declared in this scope if(low[i]>low[j] && a[i][j]==1) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteBiconexe 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ă.