Borderou de evaluare (job #682095)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Puncte1 (baraj gimnaziu) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 15 dec. 2022 15:22:25 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:10:38: error: size of array 'a' exceeds maximum object size '2147483647'
10 | int n, k, x, y, b, c, maxcoord, len, a[CMAX + 5][CMAX + 5];
| ^
main.cpp: In function 'void solve()':
main.cpp:17:9: error: 'a' was not declared in this scope
17 | a[b][c]++;
| ^
main.cpp:24:11: error: 'a' was not declared in this scope
24 | len = a[maxcoord][maxcoord];
| ^