摘要:
#include#include using namespace std; void Hanoi(int n, string start, string middle, string end); void move(int n, string start, string end){ cout... 阅读全文
posted @ 2004-07-17 15:34
Anthony-黄亮
阅读(129)
评论(0)
推荐(0)