1911: 全排列
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
如:S为ABA,则不同的排列有ABA、AAB、BAA三种。
解答要求
Input
输入一个长度不超过10的字符串S,确保都是大写的。
Output
输出S重新排列的所有不相同的排列数(包含自己本身)。
Sample Input Copy
ABA
Sample Output Copy
3