Introduction - If you have any usage issues, please Google them yourself
(1) description of the problem:
Design a chess board horse riding board demo program.
(2) basic requirements:
The horses were placed in the chess board 8* 8 a box, Ma playing chess rules according to mobile. Requires that each box to enter only one, traveled on board all 64 squares. The preparation of non recursive program, seeking to lobby the walking route, and according to the calculated route will be 1,2,... , 64 in order to fill in a 8*8 matrix, the output.
(3) the input and output of the program and the function of the program:
The user to enter a position such as 3,4. pay attention to the middle of the default to , separated. And the size of the digital to program in [0,7]. according to user s requirement of a 8* 8 matrix to output the results or demo for walking route back in the process.