Borderou de evaluare (job #801292)

Utilizator avatar ioanxh Budeanu Ioan ioanxh IP ascuns
Problemă Baloane (clasele 11-12) Compilator cpp-32
Rundă cexgj_10_olimpiada_locala Status evaluat
Dată 28 dec. 2024 16:42:01 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:17:18: error: 'INT_MIN' was not declared in this scope 17 | int n,x,y,k,last=INT_MIN; | ^~~~~~~ main.cpp:5:1: note: 'INT_MIN' is defined in header '<climits>'; this is probably fixable by adding '#include <climits>' 4 | #include<algorithm> +++ |+#include <climits> 5 | using namespace std;