2016年2月12日

汉若塔问题(递归)

摘要: 1 #include <iostream> 2 #include <stdio.h> 3 using namespace std; 4 5 static int step = 0; 6 void move ( char sour, char dest ) 7 { 8 printf ( "move f 阅读全文

posted @ 2016-02-12 23:10 青春的梦想付诸行动 阅读(189) 评论(0) 推荐(0)

导航