include [HTML_REMOVED]
include [HTML_REMOVED]
include [HTML_REMOVED]
using namespace std;
const int N=10;
bool st[N];
string a;
string res;
void dfs(string a,int cnt){
if(cnt==a.size()){
cout<[HTML_REMOVED]>a;
dfs(a,0);
return 0;
}