Borderou de evaluare (job #763446)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cub | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 feb. 2024 14:55:26 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:37:31: error: 'SHRT_MIN' was not declared in this scope
37 | pd[i][j][k] = SHRT_MIN;
| ^~~~~~~~
main.cpp:7:1: note: 'SHRT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
6 | #include <limits>
+++ |+#include <climits>
7 |