백준/C++
2024. 12. 8.
[Baekjoon/C++] 31306번 - Is Y a Vowel?
[백준] Baekjoon Online Judge 문제The Vowels are a, e, i, o and u, and possibly y. People disagree on whether y is a vowel or not. Unfortunately for you, you have been tasked with counting the number of vowels in a word. You'll have to count how many vowels there are assuming y is a vowel, and assuming y is not. 입력The single line of input contains a string of at least one and at most 50$50$ lowercase..