Borderou de evaluare (job #2679530)
Utilizator | Data | 30 noiembrie 2020 18:51:03 | |
---|---|---|---|
Problema | Algoritmul lui Dijkstra | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void dijkstra(int)':
main.cpp:19:27: error: 'INT_MAX' was not declared in this scope
vector<int> dist(m + 1, INT_MAX);
^~~~~~~
main.cpp:32:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < listaArce[u].size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !