[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
相關文章
相關標籤/搜索