Borderou de evaluare (job #646375)

Utilizator avatar Ana_paciu Ana paciu Ana_paciu IP ascuns
Problemă Flori Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 apr. 2022 09:08:52 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:39: error: 'INT_MIN' was not declared in this scope 8 | int n,m,l1,l2,c1,c2,nrop,val,nmax=INT_MIN, cnt; | ^~~~~~~ main.cpp:3:1: note: 'INT_MIN' is defined in header '<climits>'; did you forget to '#include <climits>'? 2 | #include<fstream> +++ |+#include <climits> 3 | using namespace std; main.cpp:47:5: error: 'cnt' was not declared in this scope; did you mean 'int'? 47 | cnt = 0; | ^~~ | int