实验三
摘要:#include<stdio.h> #include<stdlib.h> #include<math.h> void hanoi(unsigned int n, char from, char temp,char to); /*递归函数声明*/ void moveplate(unsigned int
阅读全文
posted @ 2022-04-24 14:32
posted @ 2022-04-24 14:32
posted @ 2022-04-13 20:58