Borderou de evaluare (job #758671)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Qmatrix (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 ian. 2024 12:14:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:10:5: error: size of array 'a' exceeds maximum object size '2147483647'
10 | int a[100001][100001];
| ^
main.cpp: In function 'int main()':
main.cpp:23:13: error: 'a' was not declared in this scope
23 | a[i][j] = (v[t - 2] * i + v[t - 1] * j + 1) % 10;
| ^
main.cpp:41:24: error: 'a' was not declared in this scope
41 | if(a[i][j] == p)
| ^
main.cpp:60:24: error: 'a' was not declared in this scope
60 | if(a[i][j] == p)
| ^