eolymp
bolt
Try our new interface for solving problems
Problems

AEIOUY

AEIOUY

Time limit 1 second
Memory limit 64 MiB

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 data

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 data

In the output file output one integer - the number of vowels in the input text.

Examples

Input example #1
PROGRAMMING CONTEST
Output example #1
5