Borderou de evaluare (job #2946021)
Utilizator | Data | 24 noiembrie 2022 14:40:39 | |
---|---|---|---|
Problema | Easygraph | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:7:19: error: 'LLONG_MIN' was not declared in this scope
7 | long long maxm = -LLONG_MIN;
| ^~~~~~~~~
main.cpp:5:1: note: 'LLONG_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
4 | #include <queue>
+++ |+#include <climits>
5 | using namespace std;
main.cpp: In function 'int main()':
main.cpp:52:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
52 | for(int j=1;j<=n;j++)
| ^~~
main.cpp:55:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
55 | g<<maxm<<"\n";
| ^
main.cpp:58:14: error: 'LLONG_MIN' was not declared in this scope
58 | maxm=LLONG_MIN;
| ^~~~~~~~~
main.cpp:58:14: note: 'LLONG_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 !