0_0_2549352_3974.cpp:8: error: `MaxY' was not declared in this scope
0_0_2549352_3974.cpp:8: error: `MaxX' was not declared in this scope
0_0_2549352_3974.cpp:8: error: `MaxX' was not declared in this scope
0_0_2549352_3974.cpp: In function `int path(int)':
0_0_2549352_3974.cpp:15: error: `augment_path' undeclared (first use this function)
0_0_2549352_3974.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2549352_3974.cpp:19: error: `match' undeclared (first use this function)
0_0_2549352_3974.cpp:20: error: `cover' undeclared (first use this function)
0_0_2549352_3974.cpp: In function `void search()':
0_0_2549352_3974.cpp:30: error: `cover' undeclared (first use this function)
0_0_2549352_3974.cpp:31: error: `match' undeclared (first use this function)
0_0_2549352_3974.cpp:37: error: `augment_path' undeclared (first use this function)
0_0_2549352_3974.cpp: At global scope:
0_0_2549352_3974.cpp:43: error: expected init-declarator before "int"
0_0_2549352_3974.cpp:43: error: expected `,' or `;' before "int"
|