#537
ComponenteConexe2
Se dă lista muchiilor unui graf neorientat. Să se determine numărul de muchii care pot fi eliminate din graf astfel încât numărul de componente conexe ale grafului să nu se modifice.
Problema | ComponenteConexe2 | Operații I/O |
componenteconexe2.in /componenteconexe2.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51754014 | Utilizator | |
Fișier | componenteconexe2.cpp | Dimensiune | 777 B |
Data încărcării | 14 August 2024, 12:08 | Scor / rezultat | 100 puncte |
componenteconexe2.cpp: In function 'int main()': componenteconexe2.cpp:5:42: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] #define FO(x) {freopen(#x".in","r",stdin);freopen(#x".out","w",stdout);} ^ componenteconexe2.cpp:20:5: note: in expansion of macro 'FO' FO(componenteconexe2); ^ componenteconexe2.cpp:5:71: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] #define FO(x) {freopen(#x".in","r",stdin);freopen(#x".out","w",stdout);} ^ componenteconexe2.cpp:20:5: note: in expansion of macro 'FO' FO(componenteconexe2); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 60 | 60 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ComponenteConexe2 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ă.