Only one letter
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print only small Latin letters found in the given string.
Input
One line consisting only of small Latin letters and spaces.
Output
Print only small Latin letters from the given string. If the letter is not in the string, then print .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 11K
Acceptance rate 51%