Borderou de evaluare (job #616116)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Inpostfix (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 nov. 2021 13:11:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:22:17: error: 'INT_MIN' was not declared in this scope
22 | int lastPrio = INT_MIN;
| ^~~~~~~
main.cpp:3:1: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?
2 | #include <queue>
+++ |+#include <climits>
3 |