#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 | #54690394 | Utilizator | |
Fișier | tare_conexitate.cpp | Dimensiune | 1.04 KB |
Data încărcării | 05 Decembrie 2024, 14:20 | Scor / rezultat | 100 puncte |
tare_conexitate.cpp: In function 'void dfs1(int, int)': tare_conexitate.cpp:18:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (!freq1[u] and !freq2[u] or freq1[u] != freq2[u]) ^ tare_conexitate.cpp: In function 'void dfs2(int, int)': tare_conexitate.cpp:26:27: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (!freq1[u] and !freq2[u] or freq1[u] != freq2[u]) ^ tare_conexitate.cpp: In function 'int main()': tare_conexitate.cpp:36:23: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (!freq1[i] and !freq2[i] or freq1[i] != freq2[i]) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 40 | 40 | ||
3 | 0 secunde | OK. | 40 | 40 | ||
Punctaj total | 100 |
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ă.