Borderou de evaluare (job #692786)

Utilizator avatar HarryBaals Duma Claudiu HarryBaals IP ascuns
Problemă Coborâre (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 feb. 2023 11:35:04 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:6:5: error: size of array 'a' exceeds maximum object size '2147483647' 6 | int a[100000][100000],n,m,v,c,k; | ^ main.cpp: In function 'void citire()': main.cpp:14:9: error: 'a' was not declared in this scope 14 | a[x][y]=1; | ^ main.cpp: In function 'void bk(int)': main.cpp:22:20: error: 'a' was not declared in this scope 22 | if(i==c && a[poz][c]!=0) k++; | ^