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