Borderou de evaluare (job #806663)

Utilizator avatar flawless Sandu Mihai-Andrei flawless IP ascuns
Problemă Coborâre (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 26 ian. 2025 16:43:14 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:12:5: error: size of array 'a' exceeds maximum object size '2147483647' 12 | int a[100005][100005]; | ^ main.cpp:14:47: error: size of array 'a' exceeds maximum object size '2147483647' 14 | int nrdrum(int start, int sfarsit, int n, int a[100005][100005], bool viz[100005]) | ^ main.cpp:14:64: error: expected ')' before ',' token 14 | int nrdrum(int start, int sfarsit, int n, int a[100005][100005], bool viz[100005]) | ~ ^ | ) main.cpp:14:66: error: expected unqualified-id before 'bool' 14 | int nrdrum(int start, int sfarsit, int n, int a[100005][100005], bool viz[100005]) | ^~~~ main.cpp: In function 'int main()': main.cpp:36:9: error: 'a' was not declared in this scope 36 | a[u][v] = 1; | ^ main.cpp:38:23: error: 'a' was not declared in this scope 38 | g << nrdrum(V,C,N,a,viz); | ^