DIXIE002 - Vowels

no tags 

For each line of text in the input, print the count of the number of vowels and the total number of characters (not including the new line at the end) separated by a forward slash.

Note: The symbol in the examples below represents a new line character.

Sample Input

The rain in Spain falls mainly in the plain.
AEIOU
Asterisks

Sample Output

13/44
5/5
3/9

hide comments
nadstratosfer: 2018-01-04 19:43:00

Don't consider "y" a vowel else WA.

Francky: 2013-03-30 17:06:15

This is not a classical task. Moved to tutorial.

joud zouzou: 2013-03-30 17:06:15

time limit should be less than a second and change cluster to pyramid

ਘੋੜਾ: 2013-03-30 17:06:15

why you guys add such kind of questions ??
this platform is for improvement not for greediness of points.
>:(


Added by:Dixie State University
Date:2013-03-30
Time limit:2.368s-4.736s
Source limit:10000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64
Resource:Created by Daniel Evans for the DSU 2013 ACM Competition