Borderou de evaluare (job #3152153)
Utilizator | Data | 24 septembrie 2023 09:13:08 | |
---|---|---|---|
Problema | Subsecventa de suma maxima | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:46: error: 'INT_MIN' was not declared in this scope
9 | int n, start = 1, end = 1, s = 0, maxx = INT_MIN, start1 = 1;
| ^~~~~~~
main.cpp:2:1: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
1 | #include <fstream>
+++ |+#include <climits>
2 |
main.cpp:17:13: error: 'start1' was not declared in this scope; did you mean 'start'?
17 | start1 = i;
| ^~~~~~
| start
main.cpp:22:21: error: 'start1' was not declared in this scope; did you mean 'start'?
22 | start = start1;
| ^~~~~~
| start
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !