eolymp
bolt
Try our new interface for solving problems
Problems

Vowels doubling

Vowels doubling

A string consists of lowercase Latin letters and spaces. Double all vowels in it, that is, the letters $a, e, i, o, u$ and $y$. \InputFile One line, consisting of lowercase Latin letters and spaces. The line contains no more than $1000$ symbols. \OutputFile Print a string with all doubled vowel letters.
Time limit 1 second
Memory limit 128 MiB
Input example #1
welcome to python
Output example #1
weelcoomee too pyythoon
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"