0_0_32855368_9901.cpp: In function 'void hanoi(int, char, char, char)': 0_0_32855368_9901.cpp:5:19: error: 'moveAC' was not declared in this scope moveAC(A,C); ^ 0_0_32855368_9901.cpp:9:13: error: 'move' was not declared in this scope move(A,C); ^