#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 | #53909714 | Utilizator | |
Fișier | tare_conexitate.cpp | Dimensiune | 818 B |
Data încărcării | 14 Noiembrie 2024, 14:57 | Scor / rezultat | Eroare de compilare |
tare_conexitate.cpp:3:7: error: expected nested-name-specifier before 'namespacce' using namespacce std; ^ tare_conexitate.cpp:3:7: error: 'namespacce' has not been declared tare_conexitate.cpp:3:18: error: expected ';' before 'std' using namespacce std; ^ tare_conexitate.cpp:3:18: error: 'std' does not name a type tare_conexitate.cpp: In function 'void dfouc(int, int)': tare_conexitate.cpp:10:17: error: 'dfsuc' was not declared in this scope dfsuc(i,c); ^ tare_conexitate.cpp: In function 'int main()': tare_conexitate.cpp:21:4: error: 'cin' was not declared in this scope cin>>n>>m; ^ tare_conexitate.cpp:21:4: note: suggested alternative: In file included from tare_conexitate.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ tare_conexitate.cpp:31:19: error: 'dfsuc' was not declared in this scope dfsuc(i,c); ^ tare_conexitate.cpp:39:9: error: 'cout' was not declared in this scope cout<<c; ^ tare_conexitate.cpp:39:9: note: suggested alternative: In file included from tare_conexitate.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^
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ă.