Borderou de evaluare (job #588903)

Utilizator avatar T1radu Taerel Radu Nicolae T1radu IP ascuns
Problemă Zmax (baraj gimnaziu) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 mar. 2021 17:51:53 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:25:26: error: 'INT_MAX' was not declared in this scope 25 | int aux=-INT_MAX; | ^~~~~~~ main.cpp:3:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'? 2 | #include <iostream> +++ |+#include <climits> 3 | using namespace std;