Borderou de evaluare (job #2251831)

Utilizator SqueekDanielTodasca Daniel SqueekDaniel Data 1 octombrie 2018 23:48:43
Problema Pavare Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:11:18: error: ‘MaxM’ was not declared in this scope int Dyn[MaxN][1<<MaxM]; ^~~~ user.cpp:12:7: error: ‘MaxM’ was not declared in this scope int P[MaxM+5]; ^~~~ user.cpp: In function ‘void Back(int, int, int, int)’: user.cpp:16:13: error: ‘P’ was not declared in this scope S = P[i]; ^ user.cpp:20:5: error: ‘Dyn’ was not declared in this scope Dyn[Line][NextBlockBits] = std::max(Dyn[Line][NextBlockBits], Count); ^~~ user.cpp: In function ‘void Citire()’: user.cpp:30:9: error: ‘P’ was not declared in this scope P[i] = ((1<<i)|(1<<(i+1))); ^ user.cpp: In function ‘void Rezolvare()’: user.cpp:38:43: error: ‘Dyn’ was not declared in this scope Back (i+1, S, BlockBits[i+1], Dyn[i][S]); ^~~ user.cpp:42:15: error: ‘Dyn’ was not declared in this scope int Rez = Dyn[N][0]; ^~~

Ceva nu functioneaza?