C++编写程序,输入数n,输出n个字符的全排列,通过函数递归实现。#include#include#includeusingnamespacestd;vectordo_permutation(stri...