#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 | #54725028 | Utilizator | |
Fișier | componenteconexe.cpp | Dimensiune | 818 B |
Data încărcării | 06 Decembrie 2024, 13:17 | Scor / rezultat | Eroare de compilare |
componenteconexe.cpp:1:10: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] #include <fstream>using namespace std;ifstream cin("componenteconexe.in");ofstream cout("componenteconexe.out"); ^ componenteconexe.cpp:1:19: warning: extra tokens at end of #include directive [enabled by default] #include <fstream>using namespace std;ifstream cin("componenteconexe.in");ofstream cout("componenteconexe.out"); ^ componenteconexe.cpp: In function 'void conex(int)': componenteconexe.cpp:23:10: error: 'cout' was not declared in this scope } cout<<k<<'\n'; ^ componenteconexe.cpp: In function 'int main()': componenteconexe.cpp:26:5: error: 'cin' was not declared in this scope cin>>n; ^ componenteconexe.cpp:33:12: error: 'cout' was not declared in this scope cout<<j<<' '; ^ componenteconexe.cpp:34:9: error: 'cout' was not declared in this scope cout<<'\n'; ^
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ă.