// Given a string s and an integer k, return the maximum number of vowel letters in any substring of s with length k. // Vowel letters in English are 'a', 'e', 'i', 'o', and 'u'.