摘要: 1 #include <iostream> 2 #include<string.h> 3 using namespace std; 4 int f(int i,char a,char b,char c) //定义一个函数为i个圆盘从a经过b全部套到a上的函数 5 { 6 if (i == 1) // 阅读全文
posted @ 2017-11-09 20:34 TobicYAL 阅读(370) 评论(0) 推荐(0) 编辑