0_0_23143595_4482.cpp:52:6: error: 'www' does not name a type
*/ www.2cto.com
^
0_0_23143595_4482.cpp: In function 'int outputMaze(Maze*, int (*)[5])':
0_0_23143595_4482.cpp:161:44: error: 'inputStack' was not declared in this scope
if((temp = inputStack(m, h*10+k)) == -1){
^
0_0_23143595_4482.cpp:188:44: error: 'inputStack' was not declared in this scope
if((temp = inputStack(m, h*10+k)) == -1){
^
0_0_23143595_4482.cpp:212:44: error: 'inputStack' was not declared in this scope
if((temp = inputStack(m, h*10+k)) == -1){
^
0_0_23143595_4482.cpp:236:44: error: 'inputStack' was not declared in this scope
if((temp = inputStack(m, h*10+k)) == -1){
^
0_0_23143595_4482.cpp:292:35: error: 'inputStack' was not declared in this scope
inputStack(m, h*10 + k);
^
|