Strictly speaking, a vowel is a sound, not a letter. However, for this exercise we assume that a vowel is one of the letters a, e, i, o and u, or one of the corresponding capitals.

Input

A single line of text, which may contain random characters

Output

The number of vowels in the text.

Example

Input:

Always look on the bright side of life!

Output:

12