Borderou de evaluare (job #597312)

Utilizator avatar guzgandemunte Ionescu Laura guzgandemunte IP ascuns
Problemă Forus (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 2 mai 2021 20:53:13 Scor 0

Raport evaluator

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