Open klioen opened 8 years ago
https://github.com/mengli/leetcode/blob/master/PalindromeNumber.java#L26
Your output is error when the input is 1021 or 10021. we should change it to:
while(x != 0) {
https://github.com/mengli/leetcode/blob/master/PalindromeNumber.java#L26
Your output is error when the input is 1021 or 10021. we should change it to: