【leetcode80】Reverse Vowels of a String(元音字母倒敘)

題目描述: 寫一個函數,實現輸入一個字符串,然後把其中的元音字母倒敘 注意 元音字母包含大小寫,元音字母有五個a,e,i,o,u 原文描述: Write a function that takes a string as input and reverse only the vowels of a string. Example 1: Given s = 「hello」, return 「holl
相關文章
相關標籤/搜索