Borderou de evaluare (job #712188)

Utilizator avatar AndreiEsteNebun Mateescu Andrei AndreiEsteNebun IP ascuns
Problemă Cartonaș (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 mar. 2023 13:54:26 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:9:5: error: size of array 'a' exceeds maximum object size '2147483647' 9 | int a[100002][100002]; | ^ cc1plus: error: '::main' must return 'int' main.cpp: In function 'int main()': main.cpp:32:14: error: 'a' was not declared in this scope 32 | cin>>a[1][i]; | ^ main.cpp:44:13: error: 'a' was not declared in this scope 44 | a[i][j]=a[i-1][cnt]+a[i-1][cnt+1]; | ^ main.cpp:52:15: error: 'a' was not declared in this scope 52 | cout<<a[n][1]<<'\n'<<linie<<'\n'; | ^