摘要: #include<stdio.h> int main() { void hanoi(int n,char one,char two,char three); int m; printf("Input the number of diskes:"); scanf("%d",&m); printf("T 阅读全文
posted @ 2022-09-24 10:23 kangobs 阅读(15) 评论(0) 推荐(0)