Borderou de evaluare (job #758710)

Utilizator avatar MihaiPasaroiu Mihai Pasaroiu MihaiPasaroiu IP ascuns
Problemă Qmatrix (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 28 ian. 2024 12:44:37 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:10:11: error: size of array 'a' exceeds maximum object size '2147483647' 10 | long long a[40001][40001]; | ^ main.cpp: In function 'int main()': main.cpp:24:13: error: 'a' was not declared in this scope 24 | a[i][j] = (v[t - 2] * i + v[t - 1] * j + 1) % 10; | ^ main.cpp:42:24: error: 'a' was not declared in this scope 42 | if(a[i][j] == p) | ^ main.cpp:61:24: error: 'a' was not declared in this scope 61 | if(a[i][j] == p) | ^