Borderou de evaluare (job #609427)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Faleza (clasa a 6-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 10 oct. 2021 13:14:33 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:6: error: size of array 'a' exceeds maximum object size '2147483647'
8 | bool a[100001][100001];
| ^
main.cpp: In function 'int main()':
main.cpp:17:19: error: 'a' was not declared in this scope
17 | in >> a[i][j];
| ^
main.cpp:19:5: error: 'a' was not declared in this scope
19 | a[0][1] = 1;
| ^