#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 | #53907522 | Utilizator | |
Fișier | tare_conexitate.cpp | Dimensiune | 730 B |
Data încărcării | 14 Noiembrie 2024, 13:49 | Scor / rezultat | Eroare de compilare |
tare_conexitate.cpp: In function 'void dfsuc(int, int)': tare_conexitate.cpp:9:37: error: expected ')' before ';' token if(a[nod][i]==1 && suc[1]==0;) ^ tare_conexitate.cpp:9:38: error: expected primary-expression before ')' token if(a[nod][i]==1 && suc[1]==0;) ^ tare_conexitate.cpp:9:38: error: expected ';' before ')' token tare_conexitate.cpp: In function 'void dfpred(int, int)': tare_conexitate.cpp:18:16: error: 'I' was not declared in this scope dfpred(I,c); ^ tare_conexitate.cpp: In function 'int main()': tare_conexitate.cpp:36:8: error: expected primary-expression before '}' token } ^ tare_conexitate.cpp:36:8: error: expected ';' before '}' token
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ă.