Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2792541)
| Utilizator | Data | 1 noiembrie 2021 21:18:53 | |
|---|---|---|---|
| Problema | BFS - Parcurgere in latime | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Compilare:
main.cpp: In destructor 'Graf::~Graf()':
main.cpp:40:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
40 | for (int i = 0; i < adiacenta.size(); i++) //eliberez spatiul alocat vetorului de vectori, stergand linie cu linie elementele
| ~~^~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Graf::BFS(int)':
main.cpp:56:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
56 | for (int i = 0; i < adiacenta[nod_curent].size(); i++) //iau din lista de adiacenta nodurile vecine
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:64:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
64 | for (int i = 0; i < cost_vizita.size(); i++) //afisez costul pentru fiecare nod
| ~~^~~~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1ms | 188kb | Incorect | 0 |
| 2 | 1ms | 184kb | Incorect | 0 |
| 3 | 1ms | 184kb | Incorect | 0 |
| 4 | 18ms | 11489kb | Incorect | 0 |
| 5 | 255ms | 114012kb | Incorect | 0 |
| 6 | 964ms | 524304kb | Memory limit exceeded | 0 |
| 7 | 1052ms | 509136kb | Time limit exceeded | 0 |
| 8 | 1053ms | 347009kb | Time limit exceeded | 0 |
| 9 | 1011ms | 524304kb | Memory limit exceeded | 0 |
| 10 | 888ms | 524308kb | Memory limit exceeded | 0 |
| Punctaj total | 0 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
