使用Python 內建函式轉換成list 反轉思路透過將整數轉成字串物件後使用list 反轉來轉換反轉整數。 class Solution: def reverse(self, x: int) -> int ...
確定! 回上一頁