counting vowels
Submit solution
C
Points:
10
Time limit:
65.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Given a string of length n, calculate the number of vowels in a given string using getchar.
Sample Input
8 lavanya
Sample Output
3
Comments