Borderou de evaluare (job #761601)

Utilizator avatar superbibi victor hudea superbibi IP ascuns
Problemă Elementul Majoritar (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 feb. 2024 12:48:35 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:6: error: size of array 'v' exceeds maximum object size '2147483647' 5 | int v[2147483647]; | ^ main.cpp: In function 'int main()': main.cpp:17:9: error: 'v' was not declared in this scope 17 | v[j]++; | ^ main.cpp:20:8: error: 'v' was not declared in this scope 20 | if(v[i]>ap){ | ^