摘要:#include<stdio.h> void Hanoi(int n, char a, char b, char c); void move(char a, int n, char c); int count = 0; int main(void){ int n; char a = 'A', b =
阅读全文
posted @ 2020-07-23 18:36
posted @ 2020-07-23 18:36
posted @ 2020-07-02 22:36
posted @ 2020-07-02 16:51