【leetcode】5337. 每一个元音包含偶数次的最长子字符串( Find the Longest Substring Containing Vowels in Even Counts)

题目描述 【leetcode】5337. 每一个元音包含偶数次的最长子字符串( Find the Longest Substring Containing Vowels in Even Counts)web 给你一个字符串 s ,请你返回知足如下条件的最长子字符串的长度:每一个元音字母,即 ‘a’,‘e’,‘i’,‘o’,‘u’ ,在子字符串中都刚好出现了偶数次。svg 示例 1: 输入:s =
相关文章
相关标签/搜索