The String Permutations

3.5

6 votes
Easy
Problem

The problem statement is simple. You are given a string and you are supposed to print all the distinct permutations of the string, as they would appear in an dictionary.

INPUT
The first and only line of the input contains a single string, S.

OUTPUT
The output contains the required strings, each string in a seperate line.

CONSTRAINTS
1<=|S|<=9

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?