Vowels doubling
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A string consists of lowercase Latin letters and spaces. Double all vowels in it, that is, the letters and .
Input
One line, consisting of lowercase Latin letters and spaces. The line contains no more than symbols.
Output
Print a string with all doubled vowel letters.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 66%