#include using namespace std; void printPermu(char str[], int i=0){ if(str[i]=='\0'){ cout<