Borderou de evaluare (job #711914)

Utilizator avatar AndreiEsteNebun Mateescu Andrei AndreiEsteNebun IP ascuns
Problemă Moștenire (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 26 mar. 2023 18:55:35 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:12:11: error: size of array 'x' exceeds maximum object size '2147483647' 12 | long long x[1000001][100003]; | ^ main.cpp: In function 'int main()': main.cpp:71:17: error: 'x' was not declared in this scope 71 | x[cnt][i]=v[i]; | ^ main.cpp:82:13: error: 'x' was not declared in this scope 82 | x[cnt][i]=v[i]; | ^ main.cpp:95:22: error: 'x' was not declared in this scope 95 | v[++cnt]=x[i][poz]; | ^ main.cpp:84:32: warning: unused variable 'cnt2' [-Wunused-variable] 84 | long long maxx=0,poz=0,cnt2=cnt; | ^~~~