Borderou de evaluare (job #747904)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Nenepatrat (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 nov. 2023 17:42:33 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:7: error: size of array 'A' exceeds maximum object size '2147483647'
4 | ll n, A[1000000000];
| ^
main.cpp: In function 'int main()':
main.cpp:18:13: error: 'A' was not declared in this scope
18 | A[nr]++;
| ^
main.cpp:24:14: error: 'A' was not declared in this scope
24 | d1*=(A[i]+1);
| ^