0_0_17024909_10932.cpp: In function 'void dpblank(int, int, int)':
0_0_17024909_10932.cpp:3:20: error: 'hm' was not declared in this scope
for (int k=0;k<hm[cur].size;k++){
^
0_0_17024909_10932.cpp:4:16: error: 'code' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024909_10932.cpp:4:21: error: 'm' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024909_10932.cpp:4:39: error: 'decode' was not declared in this scope
decode(code,m,hm[cur].state[k]);
^
0_0_17024909_10932.cpp:9:21: error: 'ex' was not declared in this scope
if (ex==i&&ey==j){
^
0_0_17024909_10932.cpp:9:28: error: 'ey' was not declared in this scope
if (ex==i&&ey==j){
^
0_0_17024909_10932.cpp:11:43: error: 'shift' was not declared in this scope
if (j==m) shift(code,m);
^
0_0_17024909_10932.cpp:12:51: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
0_0_17024909_10932.cpp:20:39: error: 'shift' was not declared in this scope
if (j==m) shift(code,m);
^
0_0_17024909_10932.cpp:21:47: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
0_0_17024909_10932.cpp:28:17: error: 'maze' was not declared in this scope
if (maze[i][j+1]){
^
0_0_17024909_10932.cpp:31:47: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
0_0_17024909_10932.cpp:33:17: error: 'maze' was not declared in this scope
if (maze[i+1][j]){
^
0_0_17024909_10932.cpp:36:39: error: 'shift' was not declared in this scope
if (j==m) shift(code,m);
^
0_0_17024909_10932.cpp:37:47: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
0_0_17024909_10932.cpp:41:17: error: 'maze' was not declared in this scope
if (maze[i][j+1]&&maze[i+1][j]){
^
0_0_17024909_10932.cpp:43:47: error: 'encode' was not declared in this scope
hm[cur^1].insert(encode(code,m),hm[cur].f[k]);
^
|