Borderou de evaluare (job #775272)

Utilizator avatar Vicentiu Savu Vicentiu Dorian Vicentiu IP ascuns
Problemă Pyk (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 18 apr. 2024 15:06:21 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:9:50: error: 'INT_MAX' was not declared in this scope 9 | int c, k, n, nr, i, r, j, m, mx, cf, cnr, mn=INT_MAX-1; | ^~~~~~~ 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;