s = input().strip().lower() print(sum([s.count(vowel) for vowel in "aeiou"]))