Borderou de evaluare (job #595672)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere7 (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 8 apr. 2021 19:15:26 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:8:15: error: size of array 'a' exceeds maximum object size '2147483647'
8 | int n,i,j,a[50001][50001];
| ^
main.cpp:13:17: error: 'a' was not declared in this scope
13 | in>>a[i][j];
| ^