Borderou de evaluare (job #706695)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Lăcusta (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 mar. 2023 08:29:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int getMinDist(int, int)':
main.cpp:15:19: error: 'INT_MAX' was not declared in this scope
15 | int aux = INT_MAX;
| ^~~~~~~
main.cpp:3:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
2 | #include <fstream>
+++ |+#include <climits>
3 |