Borderou de evaluare (job #735773)

Utilizator avatar tone_alexandru Tone Alexandru tone_alexandru IP ascuns
Problemă Div & Mul (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 5 oct. 2023 10:57:20 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:5: error: size '4000000020' of array 'v1' exceeds maximum object size '2147483647' 5 | int v1[1000000005],v2[1000000005]; | ^~ main.cpp:5:20: error: size '4000000020' of array 'v2' exceeds maximum object size '2147483647' 5 | int v1[1000000005],v2[1000000005]; | ^~ main.cpp: In function 'int main()': main.cpp:14:14: error: 'v1' was not declared in this scope 14 | cin>>v1[i]; | ^~ main.cpp:40:14: error: 'v2' was not declared in this scope 40 | cin>>v2[i]; | ^~ main.cpp:46:16: error: 'v1' was not declared in this scope 46 | if(v1[j]%i!=0) | ^~ main.cpp:53:18: error: 'v2' was not declared in this scope 53 | if(i%v2[j]!=0) | ^~