Borderou de evaluare (job #713374)

Utilizator avatar AndreiEsteNebun Mateescu Andrei AndreiEsteNebun IP ascuns
Problemă Asort (baraj gimnaziu) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 mar. 2023 19:56:01 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:8:5: error: size '4000000396' of array 'v' exceeds maximum object size '2147483647' 8 | int v[1000000099]; | ^ main.cpp: In function 'int main()': main.cpp:17:13: error: 'v' was not declared in this scope 17 | v[i]=i; | ^ main.cpp:21:16: error: 'v' was not declared in this scope 21 | if(v[1]%2==1) | ^ main.cpp:33:23: error: 'v' was not declared in this scope 33 | cout<<v[j]<<" "; | ^ main.cpp:37:15: error: 'v' was not declared in this scope 37 | cout<<v[k]; | ^ main.cpp:42:13: error: 'v' was not declared in this scope 42 | v[i]=n; | ^ main.cpp:46:16: error: 'v' was not declared in this scope 46 | if(v[1]%2==1) | ^ main.cpp:58:12: error: 'v' was not declared in this scope 58 | if(v[t]==n) | ^