Borderou de evaluare (job #767335)

Utilizator avatar StefanIT Tertecuta Ionut Stefan StefanIT IP ascuns
Problemă Interval 1 (clasa a 10-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 mar. 2024 19:15:53 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:8:9: error: 'INT_MAX' was not declared in this scope 8 | int S = INT_MAX; | ^~~~~~~ main.cpp:4:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'? 3 | #include <fstream> +++ |+#include <climits> 4 | using namespace std;