Borderou de evaluare (job #2619053)
Utilizator | Data | 26 mai 2020 20:22:41 | |
---|---|---|---|
Problema | Graf | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:19:12: error: 'INT_MIN' was not declared in this scope
int minn = INT_MIN;
^~~~~~~
main.cpp: In function 'void bfs()':
main.cpp:36:7: warning: unused variable 'vecin' [-Wunused-variable]
int vecin, last;
^~~~~
main.cpp:36:14: warning: unused variable 'last' [-Wunused-variable]
int vecin, last;
^~~~
main.cpp: In function 'int main()':
main.cpp:67:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t i = 0; i < m; i++)
~~^~~
main.cpp:81:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (size_t i = 1; i <= n; i++)
~~^~~~
main.cpp:97:29: error: 'sort' was not declared in this scope
sort(ans.begin(), ans.end());
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !