Borderou de evaluare (job #735667)

Utilizator avatar Vlad-Tudor Lepadatu Vlad-Tudor Vlad-Tudor IP ascuns
Problemă Parola (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 oct. 2023 21:19:43 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:6:11: error: size of array 'v' exceeds maximum object size '2147483647' 6 | long long v[2147483647]; | ^ main.cpp: In function 'int main()': main.cpp:34:13: error: 'v' was not declared in this scope 34 | v[i]=ogla%10; | ^ main.cpp:40:9: error: 'v' was not declared in this scope 40 | v[i]=cb%10; | ^ main.cpp:88:14: error: 'v' was not declared in this scope 88 | out<<v[i]; | ^