Borderou de evaluare (job #814241)

Utilizator avatar SpeedyAlexR Alexandru Ristea SpeedyAlexR IP ascuns
Problemă Intervale Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 12 mar. 2025 21:49:12 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:11:5: error: size '4000000000' of array 'k2' exceeds maximum object size '2147483647' 11 | int k2[1000][MAX]; | ^~ main.cpp: In function 'int main()': main.cpp:44:17: error: 'k2' was not declared in this scope; did you mean 'k'? 44 | k2[i][j]=cnt; | ^~ | k main.cpp:49:13: error: 'k2' was not declared in this scope; did you mean 'k'? 49 | cnt=k2[k][B]-k2[k][A]+1; | ^~ | k