#include <iostream> #include <string> using namespace std; char res[50];int tag=1; void dfs(int k,int len, int st,char str[]){//st为结果串的当前位置 if(k==len){ res[st]='