漢諾塔演示C語言

參考了一下easyx.cn的代碼 並加以修改 邏輯更加清楚 #include<easyx.h> #define MAX 5 typedef struct MyRect { int left; int top; int right; int bottom; }MYRECT; typedef struct MyStack { MYRECT rect[MAX+1]; int top;
相關文章
相關標籤/搜索