汉诺塔实现算法 //程序实现了mystack栈的声明和定义,并且通过函数//move_stacks的递归调用和函数move_a_ring实现汉//诺塔的算法,并用函数print_stacks和pr_chars实现汉诺//塔的动画效果