1220. Count Vowels Permutation
Given an integer n, your task is to count how many strings of length n can be formed under the following rules: - Each character is a lower case vowel ('a', 'e', 'i', 'o', 'u') - Each vowel 'a' may only be followed by an 'e'. - Each vowel 'e' may only be followed by an 'a' or an 'i'. - Each vowel 'i' may not be followed by another 'i'. - Each vowel 'o' may only be followed by an 'i' or a 'u'.
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start