摘要: #include #include using namespace std;char chars[] = {'a', 'b', 'c'};char result[3];int flag[3] ; // 用于标记是否使用过int len;// 注意,为了打印,这个函数需要接受一个结果数组,来记录每次递... 阅读全文
posted @ 2014-10-11 13:02 PastLIFE 阅读(151) 评论(0) 推荐(0)