Borderou de evaluare (job #803116)

Utilizator avatar dariusbulican darius bulican dariusbulican IP ascuns
Problemă Quixi (clasele 9-10) Compilator cpp-32
Rundă lasm_09_01_2025_clasa11 Status evaluat
Dată 9 ian. 2025 14:35:24 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:10:9: error: size '4000000000' of array 'A' exceeds maximum object size '2147483647' 10 | int A[1000000000]; | ^ main.cpp:12:16: error: 'A' was not declared in this scope 12 | fin >> A[i]; | ^ main.cpp:22:18: error: 'A' was not declared in this scope 22 | B[x++] = A[0]; | ^