Changing the case
Easy
CPU usage time limit is 1 second
Runtime memory usage limit is 244.141 megabytes
Given a string , which contains only lowercase Latin letters. Change the case of all vowels. The following letters are vowels: a, e, i, o, u, y.
Input
A single line of the standard input stream contains the string whose number of characters does not exceed 100,000.
Output
Print the result of changing the vowels in the string .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 283
Acceptance rate 73%