#437
Conex
Se dă lista muchiilor unui graf neorientat. Să se verifice dacă graful este sau nu conex.
Problema | Conex | Operații I/O |
conex.in /conex.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #14886566 | Utilizator | |
Fișier | conex.cpp | Dimensiune | 1.41 KB |
Data încărcării | 23 Martie 2019, 12:34 | Scor / rezultat | 0 puncte |
conex.cpp: In function 'void bfs(int, int, muchie*, int, int*)': conex.cpp:23:14: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] parinte[i] = NULL; ^ conex.cpp:27:13: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] parinte[s] = NULL; ^ conex.cpp:13:14: warning: variable 'parinte' set but not used [-Wunused-but-set-variable] int d[100], parinte[100]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 30 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 30 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Conex 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ă.