• 大小: 0.44KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: 汉诺塔  

资源简介


资源截图

代码片段和文件信息

#include
void hanoi(int nchar onechar twochar three)
{
void move(char xchar y);
if(n==1)
move(onethree);
else
{
hanoi(n-1onethreetwo);
move(onethree);
hanoi(n-1twoonethree);
}
}
v

评论

共有 条评论