#583
Tare conexitate
Se dă un graf orientat cu n
noduri. Să se determine câte componente tare conexe are graful dat.
Problema | Tare conexitate | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54390824 | Utilizator | |
Fișier | tare_conexitate.cpp | Dimensiune | 891 B |
Data încărcării | 27 Noiembrie 2024, 12:17 | Scor / rezultat | Eroare de compilare |
tare_conexitate.cpp: In function 'void dfs1(int)': tare_conexitate.cpp:9:30: error: invalid types 'int [101][int [101]]' for array subscript if(s[i]==0 && a[i][j]=1) ^ tare_conexitate.cpp: In function 'void dfs2(int)': tare_conexitate.cpp:15:5: error: 'p' was not declared in this scope p[x]=1; ^ tare_conexitate.cpp:18:26: error: invalid types 'int [101][101][int [101]]' for array subscript if(p[i]==0 && a[j][i]=1) ^ tare_conexitate.cpp: In function 'int main()': tare_conexitate.cpp:37:22: error: 'p' was not declared in this scope s[j]=p[j]=0; ^ tare_conexitate.cpp:43:31: error: 'p' was not declared in this scope if(s[j]==1 && p[j]==1) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Tare conexitate 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ă.