The input string is given as an array of characters char[]. ... class Solution: def reverseString(self, s): s.reverse()
確定! 回上一頁