AEIOUY
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
By the vowel letters in the Latin alphabet are the letters A, E, I, O, U and Y. The remaining letters are consonants. Write a program counting the number of vowels in the text.
Input
In the input file contains one line of text, consisting only of capital Latin letters and spaces. The string length does not exceed 100 characters.
Output
In the output file output one integer - the number of vowels in the input text.
Examples
Input #1
Answer #1
Submissions 22K
Acceptance rate 55%