Borderou de evaluare (job #725655)

Utilizator avatar DeezNuts Albert Voiculescu DeezNuts IP ascuns
Problemă Apariții Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 iul. 2023 12:53:30 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:6:5: error: size '4000000004' of array 'v' exceeds maximum object size '2147483647' 6 | int v[1000000001]; | ^ main.cpp: In function 'int main()': main.cpp:13:9: error: 'v' was not declared in this scope 13 | v[nr]++; | ^ main.cpp:16:12: error: 'v' was not declared in this scope 16 | if(v[i]%2==1){ | ^