Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2887097)
| Utilizator | Data | 8 aprilie 2022 20:06:51 | |
|---|---|---|---|
| Problema | Algoritmul lui Dijkstra | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 20 | ||
Raport evaluator
Compilare:
main.cpp: In function 'void afisare()':
main.cpp:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
45 | for(int j=0;j<graf[i].size();j++)
| ~^~~~~~~~~~~~~~~
main.cpp: In function 'bool BellmanFord(int)':
main.cpp:68:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
68 | for(int i=0;i<graf[nodcurent].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void Dijkstra(int)':
main.cpp:89:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
89 | for(int i=0;i<graf[nodcurent].size();i++)
| ~^~~~~~~~~~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1ms | 184kb | OK | 10 |
| 2 | 1ms | 184kb | Incorect | 0 |
| 3 | 1ms | 184kb | Incorect | 0 |
| 4 | 12ms | 1355kb | Incorect | 0 |
| 5 | 35ms | 1925kb | Incorect | 0 |
| 6 | 49ms | 2297kb | Incorect | 0 |
| 7 | 69ms | 2674kb | Incorect | 0 |
| 8 | 1003ms | 3973kb | Time limit exceeded | 0 |
| 9 | 114ms | 3899kb | OK | 10 |
| 10 | 452ms | 5976kb | Incorect | 0 |
| Punctaj total | 20 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
