0_0_17024911_24378.cpp: In function 'void dpblock(int, int, int)':
0_0_17024911_24378.cpp:2:20: error: 'hm' was not declared in this scope
for (int k=0;k<hm[cur].size;k++){
^
0_0_17024911_24378.cpp:3:16: error: 'code' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024911_24378.cpp:3:21: error: 'm' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024911_24378.cpp:3:39: error: 'decode' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024911_24378.cpp:5:31: error: 'shift' was not declared in this scope
if (j==m) shift(code,m);
^
0_0_17024911_24378.cpp:6:39: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
|