#4282
NrCompConexe1
Dându-se un graf neorientat cu n
noduri și m
muchii, să se determine numărul componentelor conexe.
Problema | NrCompConexe1 | Operații I/O |
nrcompconexe.in /nrcompconexe.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51753504 | Utilizator | |
Fișier | nrcompconexe1.cpp | Dimensiune | 668 B |
Data încărcării | 14 August 2024, 11:00 | Scor / rezultat | 100 puncte |
nrcompconexe1.cpp: In function 'int main()': nrcompconexe1.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);} ^ nrcompconexe1.cpp:15:5: note: in expansion of macro 'FO' FO(nrcompconexe); ^ nrcompconexe1.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);} ^ nrcompconexe1.cpp:15:5: note: in expansion of macro 'FO' FO(nrcompconexe); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0.008 secunde | OK. | 10 | 10 | ||
6 | 0.02 secunde | OK. | 10 | 10 | ||
7 | 0.032 secunde | OK. | 10 | 10 | ||
8 | 0.04 secunde | OK. | 10 | 10 | ||
9 | 0.064 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema NrCompConexe1 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ă.