#679. 全排列

全排列

image

input:

abc

output1:

abc
acb
bac
bca
cab
cba

提示:

本题目禁止使用STL及包含可以使用的相关调用