Borderou de evaluare (job #595597)

Utilizator avatar cantorandrei Cantor Andrei cantorandrei IP ascuns
Problemă Cifre 4 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 8 apr. 2021 18:33:07 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int maxim(int)': main.cpp:11:11: error: 'INT_MIN' was not declared in this scope 11 | {int maxi=INT_MIN; | ^~~~~~~ main.cpp:4:1: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'? 3 | #include <fstream> +++ |+#include <climits> 4 | main.cpp: In function 'int maxim2(int)': main.cpp:30:11: error: 'INT_MIN' was not declared in this scope 30 | {int maxi=INT_MIN; | ^~~~~~~ main.cpp:30:11: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'?