LeetCode #9

Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. 判斷一個整數是否是迴文數,當一個整數正着念和反着念是一樣的時候它是一個迴文數。 Input: -121 Output: false Explanation: From
相關文章
相關標籤/搜索