#441
ComponenteConexe1
Se dă lista muchiilor unui graf neorientat. Să se determine numărul minim de muchii care trebuie adăugate pentru ca graful să devină conex, precum și un set de asemenea muchii.
Problema | ComponenteConexe1 | Operații I/O |
componenteconexe1.in /componenteconexe1.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54080998 | Utilizator | |
Fișier | componenteconexe1.cpp | Dimensiune | 923 B |
Data încărcării | 19 Noiembrie 2024, 12:34 | Scor / rezultat | Eroare de compilare |
componenteconexe1.cpp: In function 'int main()': componenteconexe1.cpp:6:16: warning: statement has no effect [-Wunused-value] #define cin fin; ^ componenteconexe1.cpp:34:5: note: in expansion of macro 'cin' cin>>n; ^ componenteconexe1.cpp:34:8: error: expected primary-expression before '>>' token cin>>n; ^ componenteconexe1.cpp:7:18: warning: statement has no effect [-Wunused-value] #define cout fout; ^ componenteconexe1.cpp:42:5: note: in expansion of macro 'cout' cout<<conex-1<<endl; ^ componenteconexe1.cpp:42:9: error: expected primary-expression before '<<' token cout<<conex-1<<endl; ^ componenteconexe1.cpp:7:18: warning: statement has no effect [-Wunused-value] #define cout fout; ^ componenteconexe1.cpp:48:9: note: in expansion of macro 'cout' cout << 1 << " " << rez << " "; ^ componenteconexe1.cpp:48:14: error: expected primary-expression before '<<' token cout << 1 << " " << rez << " "; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe1 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ă.