Borderou de evaluare (job #630763)

Utilizator avatar RORO123b Barbulescu Robert RORO123b IP ascuns
Problemă Las Fierbinți (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 6 feb. 2022 12:50:51 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:8:5: error: size of array 'f' exceeds maximum object size '2147483647' 8 | int f[2000000001]; | ^ main.cpp: In function 'int main()': main.cpp:44:13: error: 'f' was not declared in this scope 44 | f[1]=-1; | ^ main.cpp:48:17: error: 'f' was not declared in this scope 48 | f[j]=-1; | ^ main.cpp:52:16: error: 'f' was not declared in this scope 52 | if(f[j]==0) | ^ main.cpp:65:13: error: 'f' was not declared in this scope 65 | f[1]=-1; | ^ main.cpp:69:17: error: 'f' was not declared in this scope 69 | f[j]=-1; | ^ main.cpp:77:25: error: 'f' was not declared in this scope 77 | fout<<1+f[x]<<' '; | ^