[알고리즘] 백준 18409 - 母音を?える (Counting Vowels) (C++) [문제 링크] : https://www.acmicpc.net/problem/18409#include using namespace std;int main(){ int N, Ans = 0; string S; cin >> N >> S; for(int i=0; i 알고리즘 2025.01.19