Borderou de evaluare (job #2789783)
Utilizator | Data | 27 octombrie 2021 22:56:17 | |
---|---|---|---|
Problema | Easygraph | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:16:16: error: 'LONG_MIN' was not declared in this scope
16 | long long maxi=LONG_MIN;
| ^~~~~~~~
main.cpp:7:1: note: 'LONG_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
6 | #include <limits>
+++ |+#include <climits>
7 |
main.cpp: In function 'void dfs(int)':
main.cpp:23:19: error: 'LONG_MIN' was not declared in this scope
23 | long long add=LONG_MIN;
| ^~~~~~~~
main.cpp:23:19: note: 'LONG_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
main.cpp:23:15: warning: unused variable 'add' [-Wunused-variable]
23 | long long add=LONG_MIN;
| ^~~
main.cpp: In function 'int main()':
main.cpp:40:14: error: 'LONG_MIN' was not declared in this scope
40 | maxi=LONG_MIN;
| ^~~~~~~~
main.cpp:40:14: note: 'LONG_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !