Problem lemon
User jatro13
Submission Time 2026-03-17 14:53:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lemon.cpp:214:16: error: ‘ML’ was not declared in this scope; did you mean ‘encode2::ML’?
214 | int arr[1<<ML][513]; bool f=0;
| ^~
| encode2::ML
lemon.cpp:142:15: note: ‘encode2::ML’ declared here
142 | const int ML=12; int arr[ML][513]; bool f=0;
| ^~
lemon.cpp: In function ‘void decode2::init()’:
lemon.cpp:218:35: error: ‘ML’ was not declared in this scope; did you mean ‘encode2::ML’?
218 | for (int seed=0; seed<(1<<ML); seed++)
| ^~
| encode2::ML
lemon.cpp:142:15: note: ‘encode2::ML’ declared here
142 | const int ML=12; int arr[ML][513]; bool f=0;
| ^~
lemon.cpp:221:40: error: ‘arr’ was not declared in this scope
221 | for (int i=1; i<=500; i++) arr[seed][i]=rng()%9;
|