#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 | #54975781 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 855 B |
Data încărcării | 14 Decembrie 2024, 13:28 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp:3:2: error: invalid preprocessing directive #defin #defin NMAX 102 ^ componenteconexe.cpp:11:7: error: 'NMAX' was not declared in this scope int a[NMAX][NMAX], v[NMAX], nrc; ^ componenteconexe.cpp:11:13: error: 'NMAX' was not declared in this scope int a[NMAX][NMAX], v[NMAX], nrc; ^ componenteconexe.cpp:11:22: error: 'NMAX' was not declared in this scope int a[NMAX][NMAX], v[NMAX], nrc; ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:21:9: error: 'a' was not declared in this scope a[x][y]=a[y][x]=1; ^ componenteconexe.cpp:26:12: error: 'v' was not declared in this scope if(v[i]==0) ^ componenteconexe.cpp:37:19: error: 'v' was not declared in this scope if(i==v[j]) ^ componenteconexe.cpp: In function 'void dfs(int, int)': componenteconexe.cpp:45:5: error: 'v' was not declared in this scope v[x]=val; ^ componenteconexe.cpp:47:21: error: 'a' was not declared in this scope if(!v[i] && a[x][i]==1) ^
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ă.