[C][转]动态汉诺塔问题

#include<stdio.h>//hanoi汉诺塔 #include<windows.h> #define N 1000 void gotoxy(int x, int y); void colorxy(int x, int y); void hanoi(int n,char a,char b,char c); void move(int n,char a,char b); void Print
相关文章
相关标签/搜索