Submit | All submissions | Best solutions | Back to list |
DIXIE002 - Vowels |
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¶
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 |
hide comments
2018-01-04 19:43:00
Don't consider "y" a vowel else WA. |
|
2013-03-30 17:06:15 Francky
This is not a classical task. Moved to tutorial. |
|
2013-03-30 17:06:15 joud zouzou
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. >:( |