摘要: Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? 阅读全文
posted @ 2017-08-07 23:28 这个手杀不太0 阅读(136) 评论(8) 推荐(0) 编辑
摘要: 7. Reverse Integer Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 If the integer's last digit is 0, what 阅读全文
posted @ 2017-08-07 22:38 这个手杀不太0 阅读(412) 评论(4) 推荐(0) 编辑