DITTOSTR - Ditto and String

no tags 

Today is ditto's birthday. His best friend Ritto bought a gift for him. It contains a string of characters. As Ditto hates vowels in lower case form Ritto wants to convert all vowels from lower case to upper case but she's not very good with English alphabet. She asked you to help her to write a code that will convert all vowels from lower case to upper case and leave the rest of the characters as they are.

These letters are vowels in English: A, E, I, O, U

Input

A line with the string Ritto bought. The string consists of only English alphabets from 'a'-'z' and 'A'-'Z'. Length of the string will be strictly greater than 0 and less than 1000.

Output

The final string that Ritto desires.

Example

Input:
AbecD

Output:
AbEcD

hide comments
e_coder: 2016-03-25 17:44:59

Tutorial ...

lalit_nit: 2016-03-25 15:13:35

Tutorial stuff........


Added by:imranziad
Date:2016-03-24
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 GOSU JS-MONKEY
Resource:Mokaddesh Rashid Shovon (IAPC Round #1)