Borderou de evaluare (job #778540)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Plop (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 mai 2024 12:48:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int kthSmallest(int*, int, int, int)':
main.cpp:56:16: error: 'INT_MAX' was not declared in this scope
56 | return INT_MAX;
| ^~~~~~~
main.cpp:8:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
7 | #include <algorithm>
+++ |+#include <climits>
8 |