Borderou de evaluare (job #794489)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Puncte (clasa a 8-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 nov. 2024 17:10:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:12:5: error: size '4000000000' of array 'freqx' exceeds maximum object size '2147483647'
12 | int freqx[MAX_SIZE];
| ^~~~~
main.cpp:13:5: error: size '4000000000' of array 'freqy' exceeds maximum object size '2147483647'
13 | int freqy[MAX_SIZE];
| ^~~~~
main.cpp: In function 'int main()':
main.cpp:22:9: error: 'freqx' was not declared in this scope
22 | ++freqx[x];
| ^~~~~
main.cpp:23:9: error: 'freqy' was not declared in this scope
23 | ++freqy[y];
| ^~~~~